Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit daf107a

Browse files
committed
fix minimum dependency
1 parent c84b2fa commit daf107a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"require": {
2727
"php": "^7.0",
2828
"phpspec/phpspec": "^4.0",
29-
"phpunit/php-code-coverage": "~5.0"
29+
"phpunit/php-code-coverage": "~5.0",
30+
"sebastian/comparator": "~2.0"
3031
},
3132
"require-dev": {
3233
"bossa/phpspec2-expect": "^3.0"

0 commit comments

Comments
 (0)