Skip to content

Commit 818fe75

Browse files
committed
Install orchestra/[email protected]
1 parent f817a11 commit 818fe75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@
2424
"illuminate/console": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2525
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
2626
},
27+
"require-dev": {
28+
"orchestra/testbench": "^3.5"
29+
},
2730
"autoload": {
2831
"psr-4": {
2932
"PPSpaces\\": "src"
3033
}
3134
},
35+
"minimum-stability": "stable",
3236
"config": {
3337
"sort-packages": true
3438
},

0 commit comments

Comments
 (0)