Skip to content

Commit 5dc44f2

Browse files
authored
Update composer.json
1 parent c3d2d41 commit 5dc44f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@
3333
}
3434
},
3535
"require": {
36-
"php": ">=7.1|^8"
36+
"php": ">=7.1"
3737
},
3838
"require-dev": {
3939
"phpunit/phpunit": "^7.0|^9.0",
40-
"mockery/mockery": "^1.0"
40+
"mockery/mockery": "^1.0",
41+
"phpspec/prophecy": "^1.11.1"
4142
},
4243
"scripts": {
4344
"test": "vendor/bin/phpunit"

0 commit comments

Comments
 (0)