Skip to content

Commit

Permalink
chore: update dependencies versions (#11)
Browse files Browse the repository at this point in the history
* chore: update dependencies versions

* chore: update dependencies versions

* chore: update dependencies versions
  • Loading branch information
mcustiel authored Mar 24, 2023
1 parent c99286f commit db373cb
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 @@ -26,13 +26,13 @@
"psr/http-client": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-rest": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"phpunit/phpunit": "^8.0|^9.0",
"codeception/codeception": "^4.0|^5.0",
"codeception/module-asserts": ">=1.0 <4.0",
"codeception/module-rest": ">=1.0 <4.0",
"codeception/module-phpbrowser": ">=1.0 <4.0",
"mcustiel/phiremock-server": "^1.0",
"symfony/process": "^3.0|^4.0|^5.0",
"symfony/process": ">=3.0 <7.0",
"guzzlehttp/guzzle" : "^6.0"
},
"autoload": {
Expand Down

0 comments on commit db373cb

Please sign in to comment.