Skip to content

Commit b555559

Browse files
authored
Merge pull request #16 from repzy/prophecy_fix
move phpspec/prophecy-phpunit from require-dev to require
2 parents 1361de3 + 0f432d2 commit b555559

3 files changed

Lines changed: 375 additions & 379 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"prefer-stable": true,
2020
"require": {
2121
"php": "^7.3 || ^8.0",
22-
"bigcommerce/injector": "^2.1"
22+
"bigcommerce/injector": "^2.1",
23+
"phpspec/prophecy-phpunit": "^2.0",
24+
"phpunit/phpunit": " ^9.0"
2325
},
2426
"require-dev": {
25-
"phpunit/phpunit": "^9.0",
26-
"phpspec/prophecy-phpunit": "^2.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)