Skip to content

Commit

Permalink
Merge pull request #11 from thecaliskan/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7.x
  • Loading branch information
freekmurze authored Dec 18, 2023
2 parents 6f1faf6 + 048537a commit f3a22d2
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 @@ -23,7 +23,7 @@
"amphp/parallel-functions": "^1.1",
"illuminate/collections": "^9.30|^10.0",
"spatie/laravel-package-tools": "^1.4.3",
"symfony/finder" : "^6.0"
"symfony/finder" : "^6.0|^7.0"
},
"require-dev": {
"illuminate/console": "^9.30|^10.0",
Expand Down

0 comments on commit f3a22d2

Please sign in to comment.