Skip to content

Commit b68b328

Browse files
committed
composer update & laravel 9 support
1 parent 8532569 commit b68b328

File tree

2 files changed

+566
-715
lines changed

2 files changed

+566
-715
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"php": "^7.4|^8.0",
3434
"ext-json": "*",
3535
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
36-
"illuminate/contracts": "^7.0|^8.0",
37-
"illuminate/http": "^7.0|^8.0",
38-
"illuminate/support": "^7.0|^8.0",
36+
"illuminate/contracts": "^7.0|^8.0|^9.0",
37+
"illuminate/http": "^7.0|^8.0|^9.0",
38+
"illuminate/support": "^7.0|^8.0|^9.0",
3939
"ramsey/uuid": "^4.0"
4040
},
4141
"suggest": {
@@ -45,7 +45,7 @@
4545
"ext-soap": "Needed to use SOAP drivers: mellat, saman"
4646
},
4747
"require-dev": {
48-
"orchestra/testbench": "^6.18"
48+
"orchestra/testbench": "^7.0"
4949
},
5050
"autoload": {
5151
"psr-4": {

0 commit comments

Comments
 (0)