Skip to content

Commit d265b24

Browse files
authored
Specify older versions of PHPUnit, Mockery & Coveralls to support PHP 5.4 and above
1 parent 3964866 commit d265b24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"illuminate/support": "~5.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit" : "~4.0",
19-
"mockery/mockery" : "~0.9",
20-
"satooshi/php-coveralls": "~1.0"
18+
"phpunit/phpunit" : "4.8.36",
19+
"mockery/mockery" : "0.9.9",
20+
"satooshi/php-coveralls": "1.0.1"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)