Skip to content

Commit e22e794

Browse files
committed
Upgrade dependencies
1 parent ed1a08b commit e22e794

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
"require": {
2323
"php": "^8.0",
2424
"ext-dom": "*",
25-
"php-soap/engine": "^0.1.0",
26-
"php-soap/wsdl": "^0.1.0",
27-
"php-soap/xml": "^0.1.0",
25+
"php-soap/engine": "^1.0",
26+
"php-soap/wsdl": "^1.0",
27+
"php-soap/xml": "^1.0",
2828
"php-http/discovery": "^1.12",
2929
"psr/http-client-implementation": "^1.0",
3030
"psr/http-factory-implementation": "^1.0",
3131
"psr/http-message-implementation": "^1.0",
3232
"psr/http-message": "^1.0.1",
33-
"veewee/xml": "^0.6.1",
33+
"veewee/xml": "^1.0",
3434
"php-http/client-common": "^2.3"
3535
},
3636
"require-dev": {
3737
"ext-soap": "*",
3838
"nyholm/psr7": "^1.3",
3939
"php-http/mock-client": "^1.4",
40-
"php-soap/ext-soap-engine": "^0.1.0",
41-
"php-soap/engine-integration-tests": "^0.1.0",
40+
"php-soap/ext-soap-engine": "^1.0",
41+
"php-soap/engine-integration-tests": "^1.0",
4242
"phpunit/phpunit": "^9.5",
4343
"guzzlehttp/guzzle": "^7.3"
4444
}

0 commit comments

Comments
 (0)