Skip to content

Commit 4ecb5ca

Browse files
Use a patched version of orchestra/testbench
1 parent 5b88da9 commit 4ecb5ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"email": "[email protected]"
1010
}
1111
],
12+
"repositories": [
13+
{
14+
"type": "vcs",
15+
"url": "https://github.com/GrahamCampbell/testbench"
16+
}
17+
],
1218
"require": {
1319
"php": ">=5.4.7",
1420
"illuminate/filesystem": "~5.0",
@@ -19,6 +25,7 @@
1925
"mrclay/minify": "~2.2"
2026
},
2127
"require-dev": {
28+
"orchestra/testbench": "dev-fix-logging as 3.0.x-dev",
2229
"graham-campbell/testbench": "~2.0"
2330
},
2431
"autoload": {

0 commit comments

Comments
 (0)