Skip to content

Commit

Permalink
Merge pull request #20 from dorqa95/main
Browse files Browse the repository at this point in the history
Add Laravel 11 support
  • Loading branch information
tabacitu authored Mar 13, 2024
2 parents 2bfd2c6 + 956d139 commit 408b626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "library",
"require": {
"php": ">=7.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"balping/json-raw-encoder": "^1.0"
},
"authors": [
Expand Down

0 comments on commit 408b626

Please sign in to comment.