Skip to content

Commit ed1a08b

Browse files
committed
Use versioned soap dependencies
1 parent eb5a53f commit ed1a08b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"require": {
2323
"php": "^8.0",
2424
"ext-dom": "*",
25-
"php-soap/engine": "dev-main",
26-
"php-soap/wsdl": "dev-main",
27-
"php-soap/xml": "dev-main",
25+
"php-soap/engine": "^0.1.0",
26+
"php-soap/wsdl": "^0.1.0",
27+
"php-soap/xml": "^0.1.0",
2828
"php-http/discovery": "^1.12",
2929
"psr/http-client-implementation": "^1.0",
3030
"psr/http-factory-implementation": "^1.0",
@@ -37,8 +37,8 @@
3737
"ext-soap": "*",
3838
"nyholm/psr7": "^1.3",
3939
"php-http/mock-client": "^1.4",
40-
"php-soap/ext-soap-engine": "dev-main",
41-
"php-soap/engine-integration-tests": "dev-main",
40+
"php-soap/ext-soap-engine": "^0.1.0",
41+
"php-soap/engine-integration-tests": "^0.1.0",
4242
"phpunit/phpunit": "^9.5",
4343
"guzzlehttp/guzzle": "^7.3"
4444
}

0 commit comments

Comments
 (0)