Skip to content

Commit

Permalink
Merge pull request #68 from laravel-shift/l12-compatibility
Browse files Browse the repository at this point in the history
Laravel 12.x Compatibility
  • Loading branch information
msurguy authored Feb 20, 2025
2 parents 9442256 + e6f5ab8 commit fedc19a
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 @@ -16,9 +16,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0"
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0|^12.0",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0|^12.0",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0|^12.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*|^9.5.10|^10.5",
Expand Down

0 comments on commit fedc19a

Please sign in to comment.