Skip to content

Commit bca505c

Browse files
crynobonetaylorotwell
authored andcommitted
[5.5] Replace testbench with testbench-core (#18438)
Moving Testbench code to `testbench-core` to be used for Laravel testing, and `testbench` only handle package testing.
1 parent 8050c19 commit bca505c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"vlucas/phpdotenv": "~2.2"
3939
},
4040
"replace": {
41-
"laravel/framework": "5.5.*",
4241
"illuminate/auth": "self.version",
4342
"illuminate/broadcasting": "self.version",
4443
"illuminate/bus": "self.version",
@@ -74,7 +73,7 @@
7473
"aws/aws-sdk-php": "~3.0",
7574
"doctrine/dbal": "~2.5",
7675
"mockery/mockery": "~0.9.4",
77-
"orchestra/testbench": "3.5.*",
76+
"orchestra/testbench-core": "3.5.*",
7877
"pda/pheanstalk": "~3.0",
7978
"phpunit/phpunit": "~6.0",
8079
"predis/predis": "~1.0",

0 commit comments

Comments
 (0)