Skip to content

Commit

Permalink
Fixed support for Laravel 11 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
milhouse1337 committed Mar 20, 2024
1 parent e092e3e commit a83ab2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=8.1",
"symfony/http-foundation": "^6.0",
"symfony/process": "^6.0"
"symfony/http-foundation": "^6.0|^7.0",
"symfony/process": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a83ab2d

Please sign in to comment.