Skip to content

Commit

Permalink
Support Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanra authored Mar 1, 2025
1 parent 6bcfe1b commit ea41627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"php": "^7.2|^8.0",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.4",
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit ea41627

Please sign in to comment.