Skip to content

Commit

Permalink
Allow symfony 7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Oct 7, 2024
1 parent 423bdd8 commit 6b08129
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 @@ -8,7 +8,7 @@
{"name": "Kevin Porras", "email": "[email protected]"}
],
"require": {
"symfony/filesystem": "^2.5 || ^3.0 || ^4.0 || ^6.0"
"symfony/filesystem": "^2.5 || ^3.0 || ^4.0 || ^6.0 || ^7.0"
},
"require-dev": {
"composer/composer": "^1.0",
Expand Down

0 comments on commit 6b08129

Please sign in to comment.