Skip to content

Commit

Permalink
Merge pull request #143 from rosier/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
stof committed Dec 9, 2023
2 parents 856d524 + b5c26e8 commit 9e358be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,13 +12,13 @@
],
"require": {
"php": ">=7.4",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"composer/composer": "^2.0@dev",
"phpspec/prophecy-phpunit": "^2.1",
"phpunit/phpunit": "^9.6",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
},
"autoload": {
Expand Down

0 comments on commit 9e358be

Please sign in to comment.