Skip to content

Commit

Permalink
Merge pull request #35 from Autoklose/allow-laravel-11
Browse files Browse the repository at this point in the history
Allow Laravel 11
  • Loading branch information
antonioribeiro authored May 20, 2024
2 parents 397ba74 + e2ed5f1 commit c77c955
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 @@ -17,7 +17,7 @@

"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "~4.0|~5.0|~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/filesystem": "~4.0|~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"symfony/var-dumper": "~2.6|~3.0|~4.0|~5.0|~6.0"
},

Expand Down

0 comments on commit c77c955

Please sign in to comment.