Skip to content

Commit

Permalink
Merge pull request #18 from qmeyti/patch-1
Browse files Browse the repository at this point in the history
Laravel v9.x support added.
  • Loading branch information
dena-a committed Mar 22, 2022
2 parents fd9b55e + 1e0d039 commit b2ff880
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 @@ -33,15 +33,15 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0|^8.1",
"ext-curl": "*",
"ext-json": "*",
"ext-soap": "*",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0",
"illuminate/database": "^5.7|^6.0|^7.0|^8.0",
"illuminate/http": "^5.7|^6.0|^7.0|^8.0",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^5.7|^6.0|^7.0|^8.0|^9.0",
"illuminate/http": "^5.7|^6.0|^7.0|^8.0|^9.0",
"nesbot/carbon": "*",
"doctrine/dbal": "^2.10"
"doctrine/dbal": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1",
Expand Down

0 comments on commit b2ff880

Please sign in to comment.