Skip to content

Commit

Permalink
Merge pull request #14 from zabaala/master
Browse files Browse the repository at this point in the history
Add support for Laravel 9
  • Loading branch information
fsavina authored Aug 5, 2022
2 parents 4e58844 + a764106 commit 1aebc9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"require": {
"php": ">=7.1",
"ext-json": "*",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0",
"illuminate/http": "^5.5|^6.0|^7.0|^8.0",
"illuminate/routing": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/http": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/routing": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
"calcinai/strut": "^0.2"
},
"require-dev": {
Expand Down

0 comments on commit 1aebc9f

Please sign in to comment.