Skip to content

Commit

Permalink
Update dependencies (#7)
Browse files Browse the repository at this point in the history
* Updated phar

* Update deps

* Fix tests
  • Loading branch information
mcustiel authored May 14, 2022
1 parent 2139d0e commit a0e5778
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 228 deletions.
12 changes: 8 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ build:
environment:
php:
version: 7.4
# php80:
#environment:
#php:
#version: 8.0
php80:
environment:
php:
version: 8.0
php81:
environment:
php:
version: 8.1
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
"type": "project",
"description": "A mocker for HTTP and REST services",
"license": "GPL-3.0-or-later",
"repositories":[{"type":"github", "url":"https://github.com/oleg-andreyev/phiremock-common"}],
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
"mcustiel/phiremock-common": "^1.0",
"react/http": "^1.0",
"monolog/monolog": ">=1.0 <3.0",
"symfony/console": ">=3.0 <6.0",
"symfony/console": ">=3.0 <7.0",
"nikic/fast-route": "^1.3.0",
"psr/http-client": "^1.0"
},
Expand All @@ -36,7 +35,7 @@
"codeception/module-asserts": "^1.0",
"codeception/module-rest": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"symfony/process": ">=3.0 <6.0",
"symfony/process": ">=3.0 <7.0",
"guzzlehttp/guzzle" : "^6.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit a0e5778

Please sign in to comment.