Skip to content

Commit

Permalink
Merge pull request #22 from duboiss/feature/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duboiss committed Dec 9, 2023
2 parents 14d744f + b72ee0f commit 96a9be7
Show file tree
Hide file tree
Showing 21 changed files with 3,416 additions and 2,908 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
/phpunit.xml
###< symfony/phpunit-bridge ###

###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###

###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
Expand Down
1 change: 1 addition & 0 deletions .symfony.insight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ global_exclude_dirs:

exclude_patterns:
- docker-compose.yml
- tests/bootstrap.php
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"knplabs/knp-paginator-bundle": "^6",
"knplabs/knp-time-bundle": "^1.9",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^6.1",
"sensio/framework-extra-bundle": "^6.2",
"stof/doctrine-extensions-bundle": "^1.4",
"symfony/asset": "6.2.*.*",
"symfony/console": "6.2.*.*",
"symfony/dotenv": "6.2.*.*",
"symfony/expression-language": "6.2.*.*",
"symfony/asset": "6.3.*",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/expression-language": "6.3.*",
"symfony/flex": "^2",
"symfony/form": "6.2.*.*",
"symfony/framework-bundle": "6.2.*.*",
"symfony/form": "6.3.*",
"symfony/framework-bundle": "6.3.*",
"symfony/monolog-bundle": "^3.1",
"symfony/property-access": "6.2.*.*",
"symfony/property-info": "6.2.*.*",
"symfony/runtime": "6.2.*.*",
"symfony/security-bundle": "6.2.*.*",
"symfony/serializer": "6.2.*.*",
"symfony/translation": "6.2.*.*",
"symfony/twig-bundle": "6.2.*.*",
"symfony/uid": "6.2.*.*",
"symfony/validator": "6.2.*.*",
"symfony/web-link": "6.2.*.*",
"symfony/property-access": "6.3.*",
"symfony/property-info": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/security-bundle": "6.3.*",
"symfony/serializer": "6.3.*",
"symfony/translation": "6.3.*",
"symfony/twig-bundle": "6.3.*",
"symfony/uid": "6.3.*",
"symfony/validator": "6.3.*",
"symfony/web-link": "6.3.*",
"symfony/webpack-encore-bundle": "^1.6",
"symfony/yaml": "6.2.*.*",
"symfony/yaml": "6.3.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/intl-extra": "^3.0",
"twig/string-extra": "^3.0",
Expand All @@ -47,14 +47,14 @@
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.15",
"symfony/browser-kit": "6.2.*.*",
"symfony/css-selector": "6.2.*.*",
"symfony/debug-bundle": "6.2.*.*",
"rector/rector": "^0.18.1",
"symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*",
"symfony/debug-bundle": "6.3.*",
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^6.1",
"symfony/stopwatch": "6.2.*.*",
"symfony/web-profiler-bundle": "6.2.*.*",
"symfony/stopwatch": "6.3.*",
"symfony/web-profiler-bundle": "6.3.*",
"theofidry/alice-data-fixtures": "^1.1"
},
"config": {
Expand Down Expand Up @@ -107,7 +107,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.2.*.*"
"require": "6.3.*"
}
}
}

0 comments on commit 96a9be7

Please sign in to comment.