Skip to content

Commit

Permalink
[5.5] Replace testbench with testbench-core (#18438)
Browse files Browse the repository at this point in the history
Moving Testbench code to `testbench-core` to be used for Laravel testing, and `testbench` only handle package testing.
  • Loading branch information
crynobone authored and taylorotwell committed Mar 21, 2017
1 parent 8050c19 commit bca505c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"vlucas/phpdotenv": "~2.2"
},
"replace": {
"laravel/framework": "5.5.*",
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
Expand Down Expand Up @@ -74,7 +73,7 @@
"aws/aws-sdk-php": "~3.0",
"doctrine/dbal": "~2.5",
"mockery/mockery": "~0.9.4",
"orchestra/testbench": "3.5.*",
"orchestra/testbench-core": "3.5.*",
"pda/pheanstalk": "~3.0",
"phpunit/phpunit": "~6.0",
"predis/predis": "~1.0",
Expand Down

0 comments on commit bca505c

Please sign in to comment.