Skip to content

Commit

Permalink
Merge pull request #13 from juggeryo/main
Browse files Browse the repository at this point in the history
compatible laravel 11
  • Loading branch information
getsolaris authored Sep 2, 2024
2 parents 92740af + 5d12c9e commit dbb27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit dbb27ed

Please sign in to comment.