Skip to content

Commit

Permalink
Allow Symfony 7 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Apr 4, 2024
1 parent e2b4b3b commit 1b3c8e0
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 @@ -24,22 +24,22 @@
"require": {
"php": "^7.2 || ^8.0",
"doctrine/inflector": "^1.4.1|^2.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^4.4.1|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/routing": "^4.4|^5.0|^6.0"
"symfony/config": "^4.4|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0|^7.0",
"symfony/finder": "^4.4|^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^4.4.1|^5.0|^6.0|^7.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0",
"symfony/routing": "^4.4|^5.0|^6.0|^7.0"
},
"require-dev": {
"friendsofsymfony/rest-bundle": "^2.8 || ^3.0",
"sensio/framework-extra-bundle": "^5.2.3 || ^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/phpunit-bridge": "^5.2|^6.0",
"symfony/validator": "^4.4|^5.0|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
"symfony/security-core": "^3.4|^4.3|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0|^7.0",
"symfony/phpunit-bridge": "^5.2|^6.0|^7.0",
"symfony/validator": "^4.4|^5.0|^6.0|^7.0",
"symfony/serializer": "^4.4|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.4|^5.0|^6.0|^7.0",
"symfony/security-core": "^3.4|^4.3|^5.0|^6.0|^7.0",
"psr/http-message": "^1.0",
"friendsofphp/php-cs-fixer": "^2.0"
},
Expand Down

0 comments on commit 1b3c8e0

Please sign in to comment.