Skip to content

Commit

Permalink
Merge pull request #42 from stof/fix_symfony_7
Browse files Browse the repository at this point in the history
Fix compat with Symfony 7
  • Loading branch information
stof committed Jan 16, 2024
2 parents 91a1a4b + 21c2dd9 commit 30a3cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"symfony/finder": "^4.4.29 || ^5.3.4 || ^6.0.0 || ^7.0.0",
"symfony/http-kernel": "^4.4.29 || ^5.3.4 || ^6.0.0 || ^7.0.0",
"symfony/translation": "^4.4.32 || ^5.3.4 || ^6.0.0 || ^7.0.0",
"symfony/yaml": "^4.4.29 || ^5.3.4 || ^6.0.0"
"symfony/yaml": "^4.4.29 || ^5.3.4 || ^6.0.0 || ^7.0.0"
},
"require-dev": {
"jangregor/phpstan-prophecy": "^1.0",
Expand Down

0 comments on commit 30a3cdd

Please sign in to comment.