Skip to content

Commit

Permalink
Update to Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ArxEdwinBastiaens committed May 30, 2024
1 parent 7fccf2d commit 43e3509
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"prefer-stable": true,
"require": {
"php": "^8.0",
"symfony/http-kernel": "^4.3 || ~5.0 || ~6.0",
"symfony/messenger": "^4.3 || ~5.0 || ~6.0"
"symfony/http-kernel": "^4.3 || ~5.0 || ~6.0 || ~7.0",
"symfony/messenger": "^4.3 || ~5.0 || ~6.0 || ~7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~3.5",
"nikic/php-parser": "^4.0",
"phpro/grumphp": "^1.5",
"phpunit/phpunit": "^9.0",
"nikic/php-parser": "^4.0 || ^5.0",
"phpro/grumphp": "^1.5 || ^2.0",
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
"roave/security-advisories": "dev-master",
"symfony/process": "^4.0 || ~5.0 || ~6.0"
"symfony/process": "^4.0 || ~5.0 || ~6.0 || ~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 43e3509

Please sign in to comment.