Skip to content

Commit

Permalink
Added Laravel 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Feb 4, 2025
1 parent 193c754 commit d108d24
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 @@ -31,12 +31,12 @@
"require": {
"php": "^8.1",
"archtechx/enums": "^1.0",
"illuminate/config": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0",
"illuminate/config": "^10.0 || ^11.0 || ^12.0",
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
"laravel-lang/locale-list": "^1.4"
},
"require-dev": {
"orchestra/testbench": "^8.23 || ^9.1",
"orchestra/testbench": "^8.23 || ^9.1 || ^10.0",
"pestphp/pest": "^2.34"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit d108d24

Please sign in to comment.