Skip to content

Commit

Permalink
chore: review composer constraints (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif authored Dec 14, 2023
1 parent aa8b3ea commit 4b4ee6f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,31 @@
}
],
"require": {
"php": "^7.4||^8.0",
"symfony/form": "~3.0|^4.0|^5.0|^6.0",
"symfony/dependency-injection": "~3.0|^4.0|^5.0|^6.0",
"symfony/config": "~3.0|^4.0|^5.0|^6.0",
"symfony/http-foundation": "~3.0|^4.0|^5.0|^6.0",
"symfony/http-kernel": "~3.0|^4.0|^5.0|^6.0",
"symfony/options-resolver": "~3.0|^4.0|^5.0|^6.0",
"symfony/security-bundle": "~3.0|^4.0|^5.0|^6.0",
"symfony/serializer": "~3.0|^4.0|^5.0|^6.0",
"php": "^7.4 || ^8.0",
"symfony/form": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/config": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/http-foundation": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/security-bundle": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/serializer": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"twig/twig": "^2.14 || ^3.0"
},
"require-dev": {
"symfony/framework-bundle": "^4.3|^5.0|^6.0",
"symfony/browser-kit": "~3.0|^4.0|^5.0|^6.0",
"symfony/templating": "~3.0|^4.0|^5.0|^6.0",
"symfony/expression-language": "~3.0|^4.0|^5.0|^6.0",
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0",
"symfony/browser-kit": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/templating": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/expression-language": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^2.0",
"php-coveralls/php-coveralls": "^2.0",
"doctrine/orm": "~2.10,>=2.10.0",
"doctrine/mongodb-odm": "^2.2",
"rector/rector": "^0.12.13",
"dg/bypass-finals": "^1.3",
"symfony/security-bundle": "~3.0|^4.0|^5.0",
"symfony/twig-bundle": "~3.0|^4.0|^5.0",
"symfony/security-bundle": "^3.0 || ^4.0 || ^5.0",
"symfony/twig-bundle": "^3.0 || ^4.0 || ^5.0",
"doctrine/doctrine-bundle": "^2.5"
},
"suggest": {
Expand Down

0 comments on commit 4b4ee6f

Please sign in to comment.