Skip to content

Commit

Permalink
Merge pull request #3029 from j0k3r/patch-1
Browse files Browse the repository at this point in the history
weirdan/prophecy-shim must be a dev requirement
  • Loading branch information
l0gicgate committed Dec 1, 2020
2 parents 695a5f8 + 2caa757 commit b47d5ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^1.1",
"weirdan/prophecy-shim": "^1.0 || ^2.0.2"
"psr/log": "^1.1"
},
"require-dev": {
"ext-simplexml": "*",
Expand All @@ -67,7 +66,8 @@
"phpunit/phpunit": "^8.5 || ^9.3",
"slim/http": "^1.2",
"slim/psr7": "^1.3",
"squizlabs/php_codesniffer": "^3.5"
"squizlabs/php_codesniffer": "^3.5",
"weirdan/prophecy-shim": "^1.0 || ^2.0.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b47d5ca

Please sign in to comment.