Skip to content

Commit 52f2449

Browse files
committed
Update composer.json
1 parent 789b61d commit 52f2449

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
"illuminate/events": "^5.1"
1818
},
1919
"require-dev": {
20-
"orchestra/testbench": "~3.1.0",
21-
"mockery/mockery": "*",
22-
"satooshi/php-coveralls": "*"
20+
"phpunit/phpunit": "^4.0|^5.0",
21+
"orchestra/testbench": "^3.1",
22+
"mockery/mockery": "^0.9",
23+
"satooshi/php-coveralls": "^0.6"
2324
},
2425
"autoload": {
2526
"psr-0": {

0 commit comments

Comments
 (0)