Skip to content

Commit

Permalink
Merge pull request #14 from pxpm/patch-1
Browse files Browse the repository at this point in the history
add support for laravel 10
  • Loading branch information
tabacitu authored Feb 1, 2023
2 parents 0afe24e + e308315 commit 2bfd2c6
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",
"illuminate/console": "^5.0|^6.0|^7.0|^8.0|^9.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",
"balping/json-raw-encoder": "^1.0"
},
"authors": [
Expand Down

0 comments on commit 2bfd2c6

Please sign in to comment.