Skip to content

Commit

Permalink
upgrade to symfony 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Apr 9, 2024
1 parent 3a6daf2 commit 3b970b5
Show file tree
Hide file tree
Showing 3 changed files with 1,617 additions and 1,249 deletions.
44 changes: 23 additions & 21 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"phpoffice/phpword": "^1.0",
"phpstan/phpdoc-parser": "^1.20",
"stripe/stripe-php": "^10.15",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/console": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/flex": "^2",
"symfony/form": "6.3.*",
"symfony/framework-bundle": "6.3.*",
"symfony/http-client": "6.3.*",
"symfony/intl": "6.3.*",
"symfony/mailer": "6.3.*",
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/http-client": "6.4.*",
"symfony/intl": "6.4.*",
"symfony/mailer": "6.4.*",
"symfony/monolog-bundle": "^3.8",
"symfony/property-access": "6.3.*",
"symfony/property-info": "6.3.*",
"symfony/routing": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/security-bundle": "6.3.*",
"symfony/serializer": "6.3.*",
"symfony/translation": "6.3.*",
"symfony/uid": "6.3.*",
"symfony/validator": "6.3.*",
"symfony/yaml": "6.3.*",
"symfony/property-access": "6.4.*",
"symfony/property-info": "6.4.*",
"symfony/routing": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "6.4.*",
"symfony/serializer": "6.4.*",
"symfony/translation": "6.4.*",
"symfony/uid": "6.4.*",
"symfony/validator": "6.4.*",
"symfony/yaml": "6.4.*",
"zircote/swagger-php": "^4.7"
},
"config": {
Expand Down Expand Up @@ -83,16 +83,18 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.3.*"
"require": "6.4.*"
}
},
"require-dev": {
"fzaninotto/faker": "^1.5",
"phpunit/phpunit": "^10.2.3",
"spatie/phpunit-snapshot-assertions": "^5.0",
"symfony/browser-kit": "6.3.*",
"symfony/css-selector": "6.3.*",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/maker-bundle": "^1.48",
"symfony/phpunit-bridge": "^6.3"
"symfony/phpunit-bridge": "^6.4",
"symfony/stopwatch": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*"
}
}
Loading

0 comments on commit 3b970b5

Please sign in to comment.