Skip to content

Commit d95edc0

Browse files
authored
Support Laravel v8 (#64)
1 parent 9724713 commit d95edc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-json": "*",
1616
"ext-dom": "*",
1717
"ext-simplexml": "*",
18-
"illuminate/support": "^5.6 || ^6.0 || ^7.0",
18+
"illuminate/support": "^5.6 || ^6.0 || ^7.0 || ^8.0",
1919
"phpro/soap-client": "^1.1",
2020
"php-http/guzzle6-adapter": "^2.0",
2121
"php-http/discovery": "^1.7",
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"symfony/var-dumper": "^5.0",
2828
"phpunit/phpunit": "^9.1",
29-
"orchestra/testbench": "^5.1",
29+
"orchestra/testbench": "^5.1 || ^6.0",
3030
"laminas/laminas-code": "^3.4",
3131
"wsdl2phpgenerator/wsdl2phpgenerator": "^3.4"
3232
},

0 commit comments

Comments
 (0)