Skip to content

Commit

Permalink
allow PHP 8.3 and Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Feb 12, 2024
1 parent bb13689 commit a9899d9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
}
],
"require": {
"php": "8.1.*||8.2.*",
"symfony/asset": "^6.0",
"symfony/config": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/event-dispatcher": "^6.0",
"symfony/http-foundation": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/options-resolver": "^6.0",
"symfony/security-core": "^6.0",
"symfony/translation": "^6.0",
"symfony/twig-bridge": "^6.0",
"php": "^8.0",
"symfony/asset": "^6.0 || ^7.0",
"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/options-resolver": "^6.0 || ^7.0",
"symfony/security-core": "^6.0 || ^7.0",
"symfony/translation": "^6.0 || ^7.0",
"symfony/twig-bridge": "^6.0 || ^7.0",
"twig/twig": "^3.0"
},
"require-dev": {
"symfony/framework-bundle" : "^6.0",
"symfony/framework-bundle" : "^6.0 || ^7.0",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^9.0",
"phpstan/phpstan": "^1.0",
Expand Down

0 comments on commit a9899d9

Please sign in to comment.