Skip to content

Commit 689e574

Browse files
committed
Update composer.json
1 parent f5be729 commit 689e574

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
@@ -17,10 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.4",
20-
"illuminate/support": "^6.0 | ^7.0"
20+
"illuminate/support": "^6.0|^7.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "4.0.*",
23+
"mockery/mockery": "^1.3",
24+
"orchestra/testbench": "^4.0|^5.0",
2425
"phpunit/phpunit": "^8.0"
2526
},
2627
"autoload": {

0 commit comments

Comments
 (0)