Skip to content

Commit

Permalink
Upgrade to Laravel x11
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmirik committed May 4, 2024
1 parent dac62f9 commit e654a32
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 @@ -11,16 +11,16 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
"php": "^8.1|^8.2|^8.3",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
"Lazerg\\LaravelEnumPro\\": "src/"
}
},
"require-dev": {
"pestphp/pest": "^1.22"
"pestphp/pest": "^1.22|^2.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit e654a32

Please sign in to comment.