Skip to content

Commit 3c65f12

Browse files
authored
Merge pull request #1 from veewee/deps
Fix dependency issue
2 parents 624c8d1 + 685cff8 commit 3c65f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
24-
"php-soap/engine": "2.9.0",
24+
"php-soap/engine": "^2.9.0",
2525
"psr/cache": "^3.0",
2626
"psr/cache-implementation": "^3.0"
2727
},

0 commit comments

Comments
 (0)