Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Feb 11, 2024
1 parent a692ee2 commit 0685cc8
Show file tree
Hide file tree
Showing 4 changed files with 2,501 additions and 3,368 deletions.
19 changes: 7 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,22 @@
"ext-mbstring": "*",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.10",
"easycorp/easyadmin-bundle": "^4.0",
"symfony/asset": "7.0.*",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/expression-language": "7.0.*",
"symfony/flex": "^1.17",
"symfony/flex": "^2",
"symfony/form": "7.0.*",
"symfony/framework-bundle": "7.0.*",
"symfony/http-client": "7.0.*",
"symfony/intl": "7.0.*",
"symfony/mailer": "7.0.*",
"symfony/mime": "7.0.*",
"symfony/monolog-bundle": "^3.1",
"symfony/monolog-bundle": "^3",
"symfony/notifier": "7.0.*",
"symfony/process": "7.0.*",
"symfony/property-access": "7.0.*",
"symfony/property-info": "7.0.*",
"symfony/proxy-manager-bridge": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/security-bundle": "7.0.*",
"symfony/serializer": "7.0.*",
Expand All @@ -45,18 +42,16 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"pedrotroller/php-cs-custom-fixer": "^2",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^9.5",
"psalm/plugin-symfony": "^2.5.1",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^10",
"psalm/plugin-symfony": "^5",
"symfony/browser-kit": "7.0.*",
"symfony/css-selector": "7.0.*",
"symfony/debug-bundle": "7.0.*",
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^5.3",
"symfony/stopwatch": "7.0.*",
"symfony/web-profiler-bundle": "7.0.*",
"vimeo/psalm": "^4.13.1",
"weirdan/doctrine-psalm-plugin": "^1.1.0"
"vimeo/psalm": "^5",
"weirdan/doctrine-psalm-plugin": "^2"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 0685cc8

Please sign in to comment.