Skip to content

Commit

Permalink
Merge pull request #64 from rvdbogerd/rvdbogerd/upgrade-composer-deps…
Browse files Browse the repository at this point in the history
…-php8-compat

Upgrade composer dependencies to be php8 compatible
  • Loading branch information
goetas authored Jan 3, 2023
2 parents 5011a45 + 3825e40 commit 56073fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
"jms/serializer": "^1.6|^2.0|^3.0",

"goetas-webservices/xsd2php-runtime": "^0.2.11",
"goetas-webservices/soap-common": "^0.2.0"
"goetas-webservices/soap-common": "^0.2.2",
"goetas-webservices/soap-reader": "^0.3.3",
"goetas-webservices/xsd2php": "^0.4.7"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
"goetas-webservices/wsdl2php": "^0.5.1",
"goetas-webservices/wsdl2php": "^0.5.3",
"laminas/laminas-diactoros": "^2.4",
"guzzlehttp/guzzle": "^7.2",
"doctrine/coding-standard": "^8.1"
Expand Down

0 comments on commit 56073fe

Please sign in to comment.