Skip to content

Commit

Permalink
Add Symfony 7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Nov 27, 2023
1 parent 3dd863c commit 771d84b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
}
],
"require": {
"php": "^8.1",
"php": ">=8.1",
"ext-simplexml": "*",
"symfony/console": "^6.1",
"symfony/filesystem": "^6.1",
"symfony/property-access": "^6.1",
"symfony/serializer": "^6.1",
"symfony/console": "^6.1|^7.0",
"symfony/filesystem": "^6.1|^7.0",
"symfony/property-access": "^6.1|^7.0",
"symfony/serializer": "^6.1|^7.0",
"halaxa/json-machine": "^1.1",
"nette/php-generator": "^4.0",
"symfony/string": "^6.1"
"symfony/string": "^6.1|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.15",
"symfony/framework-bundle": "^6.1",
"symfony/messenger": "^6.1"
"symfony/framework-bundle": "^6.1|^7.0",
"symfony/messenger": "^6.1|^7.0"
},
"suggest": {
"symfony/framework-bundle": "To use the provided bundle.",
Expand Down

0 comments on commit 771d84b

Please sign in to comment.