Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Sep 24, 2021
1 parent ed1a08b commit e22e794
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
"require": {
"php": "^8.0",
"ext-dom": "*",
"php-soap/engine": "^0.1.0",
"php-soap/wsdl": "^0.1.0",
"php-soap/xml": "^0.1.0",
"php-soap/engine": "^1.0",
"php-soap/wsdl": "^1.0",
"php-soap/xml": "^1.0",
"php-http/discovery": "^1.12",
"psr/http-client-implementation": "^1.0",
"psr/http-factory-implementation": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/http-message": "^1.0.1",
"veewee/xml": "^0.6.1",
"veewee/xml": "^1.0",
"php-http/client-common": "^2.3"
},
"require-dev": {
"ext-soap": "*",
"nyholm/psr7": "^1.3",
"php-http/mock-client": "^1.4",
"php-soap/ext-soap-engine": "^0.1.0",
"php-soap/engine-integration-tests": "^0.1.0",
"php-soap/ext-soap-engine": "^1.0",
"php-soap/engine-integration-tests": "^1.0",
"phpunit/phpunit": "^9.5",
"guzzlehttp/guzzle": "^7.3"
}
Expand Down

0 comments on commit e22e794

Please sign in to comment.