Skip to content

Commit

Permalink
Bump Symfony to version 6 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh authored Sep 16, 2022
1 parent 77b7e43 commit 4af64e8
Show file tree
Hide file tree
Showing 7 changed files with 1,655 additions and 1,973 deletions.
39 changes: 24 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,26 @@
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.10",
"hasura-extra/bundle": "^2.2",
"hasura-extra/bundle": "^3.1",
"lexik/jwt-authentication-bundle": "^2.14",
"symfony/console": "5.3.*",
"symfony/dotenv": "5.3.*",
"symfony/console": "6.0.*",
"symfony/dotenv": "6.0.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "5.3.*",
"symfony/mailer": "5.3.*",
"symfony/framework-bundle": "6.0.*",
"symfony/mailer": "6.0.*",
"symfony/monolog-bundle": "^3.7",
"symfony/proxy-manager-bridge": "5.3.*",
"symfony/runtime": "5.3.*",
"symfony/security-bundle": "5.3.*",
"symfony/yaml": "5.3.*"
"symfony/proxy-manager-bridge": "6.0.*",
"symfony/runtime": "6.0.*",
"symfony/security-bundle": "6.0.*",
"symfony/yaml": "6.0.*",
"symfony/validator": "^5.4"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/flex": true,
"symfony/runtime": true
},
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
Expand All @@ -44,7 +50,10 @@
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*"
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*"
},
"scripts": {
"auto-scripts": {
Expand All @@ -64,16 +73,16 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.3.*"
"require": "6.0.*"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "5.3.*",
"symfony/css-selector": "5.3.*",
"symfony/browser-kit": "6.0.*",
"symfony/css-selector": "6.0.*",
"symfony/maker-bundle": "^1.35",
"symfony/phpunit-bridge": "^5.3",
"symfony/stopwatch": "5.3.*",
"symfony/web-profiler-bundle": "5.3.*"
"symfony/stopwatch": "6.0.*",
"symfony/web-profiler-bundle": "6.0.*"
}
}
Loading

0 comments on commit 4af64e8

Please sign in to comment.