Skip to content

Commit 9c6c3a1

Browse files
authored
Merge pull request #24 from danijelk/patch-1
Laravel 8 support
2 parents d9f54af + 82f17dc commit 9c6c3a1

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
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "5.*|6.*|7.*",
15-
"guzzlehttp/guzzle": "^6.2",
14+
"illuminate/support": "5.*|6.*|7.*|8.*",
15+
"guzzlehttp/guzzle": "^6.2|^7.0",
1616
"artisaninweb/laravel-soap": "^0.3"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)