Skip to content

Commit

Permalink
Feature/6 (#9)
Browse files Browse the repository at this point in the history
* Updated phar

* feat: support monolog v3
  • Loading branch information
mcustiel authored Mar 20, 2023
1 parent a0e5778 commit a5abd1a
Show file tree
Hide file tree
Showing 4 changed files with 1,257 additions and 963 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ext-json": "*",
"mcustiel/phiremock-common": "^1.0",
"react/http": "^1.0",
"monolog/monolog": ">=1.0 <3.0",
"monolog/monolog": ">=1.0 <4.0",
"symfony/console": ">=3.0 <7.0",
"nikic/fast-route": "^1.3.0",
"psr/http-client": "^1.0"
Expand Down
12 changes: 6 additions & 6 deletions composer.phar.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"description": "A mocker for HTTP and REST services",
"license": "GPL-3.0-or-later",
"require": {
"php": "^7.2",
"mcustiel/phiremock-common": "v1.0.0",
"php": "^7.2|^8.0",
"mcustiel/phiremock-common": "^1.0",
"react/http": "^1.0",
"monolog/monolog": "^2.0",
"symfony/console": "^4.0",
"monolog/monolog": "^2.0|^3.0",
"symfony/console": ">=4.0 <7.0",
"nikic/fast-route": "^1.3.0",
"psr/http-client": "^1.0",
"guzzlehttp/guzzle" : "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-rest": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"symfony/process": "^3.0|^4.0|^5.0"
"symfony/process": ">=3.0 <7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a5abd1a

Please sign in to comment.