Skip to content

Commit

Permalink
Bump Symfony version to 6.3 (latest supported atm)
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling committed Nov 16, 2023
1 parent 7996e39 commit dd5e967
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"knplabs/knp-components": "^4.1",
"symfony/config": "^6.0 || ^7.0",
"symfony/dependency-injection": "^6.0 || ^7.0",
"symfony/event-dispatcher": "^6.0 || ^7.0",
"symfony/http-foundation": "^6.0 || ^7.0",
"symfony/http-kernel": "^6.0 || ^7.0",
"symfony/routing": "^6.0 || ^7.0",
"symfony/translation": "^6.0 || ^7.0",
"symfony/config": "^6.3 || ^7.0",
"symfony/dependency-injection": "^6.3 || ^7.0",
"symfony/event-dispatcher": "^6.3 || ^7.0",
"symfony/http-foundation": "^6.3 || ^7.0",
"symfony/http-kernel": "^6.3 || ^7.0",
"symfony/routing": "^6.3 || ^7.0",
"symfony/translation": "^6.3 || ^7.0",
"twig/twig": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"symfony/expression-language": "^6.0 || ^7.0",
"symfony/templating": "^6.0 || ^7.0"
"symfony/expression-language": "^6.3 || ^7.0",
"symfony/templating": "^6.3 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dd5e967

Please sign in to comment.