Skip to content

Commit

Permalink
[2.x] Remove unused orchestra/testbench deps
Browse files Browse the repository at this point in the history
This opens up the opportunity to require and run `tinker` directly from a package using `orchestra/testbench`.

```bash
php vendor/bin/testbench package:discover
php vendor/bin/testbench tinker
```
  • Loading branch information
crynobone authored Aug 15, 2023
1 parent 5d5ae2b commit 035d7f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2",
"orchestra/testbench": "^4.0|^5.0|^6.0|^6.0|^7.0|^8.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.5.8|^9.3.3"
},
Expand Down

0 comments on commit 035d7f2

Please sign in to comment.