Skip to content

Commit

Permalink
Merge pull request #85 from laravel-shift/l12-compatibility
Browse files Browse the repository at this point in the history
Laravel 12.x Compatibility
  • Loading branch information
chinleung authored Feb 17, 2025
2 parents 94fb09f + 948bb4a commit 4f5f345
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,11 +21,11 @@
"require": {
"php": "^8.1",
"chinleung/laravel-locales": "^2.0",
"illuminate/support": "^10.0|^11.0"
"illuminate/support": "^10.0|^11.0|^12.0"
},
"require-dev": {
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^9.5.10|^10.5"
"orchestra/testbench": "^8.0|^9.0|^10.0",
"phpunit/phpunit": "^9.5.10|^10.5|^11.5.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4f5f345

Please sign in to comment.