Skip to content

Commit

Permalink
Merge pull request #14 from jhedstrom/allow-symfony-6
Browse files Browse the repository at this point in the history
Allow symfony 6.0
  • Loading branch information
kporras07 authored Mar 17, 2023
2 parents 868c777 + 83bff03 commit 423bdd8
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"
"symfony/filesystem": "^2.5 || ^3.0 || ^4.0 || ^6.0"
},
"require-dev": {
"composer/composer": "^1.0",
Expand Down

0 comments on commit 423bdd8

Please sign in to comment.