Skip to content

Commit

Permalink
Only rely on testbench-core and on explicit other dependencies
Browse files Browse the repository at this point in the history
This removes a lot of packages we don't actually need:
```
Lock file operations: 0 installs, 0 updates, 10 removals
  - Removing filp/whoops (2.16.0)
  - Removing laravel/pail (v1.2.1)
  - Removing laravel/tinker (v2.10.0)
  - Removing nunomaduro/collision (v8.5.0)
  - Removing orchestra/canvas (v9.1.3)
  - Removing orchestra/canvas-core (v9.0.0)
  - Removing orchestra/testbench (v9.6.0)
  - Removing orchestra/workbench (v9.8.0)
  - Removing psy/psysh (v0.12.4)
  - Removing symfony/yaml (v7.1.6)
```
  • Loading branch information
mfn committed Nov 19, 2024
1 parent 6243cb5 commit f753174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@
},
"require-dev": {
"ext-pdo_sqlite": "*",
"fakerphp/faker": "^1",
"friendsofphp/php-cs-fixer": "^3",
"larastan/larastan": "^2",
"laravel/framework": "^10.0|^11.0",
"mfn/php-cs-fixer-config": "^2",
"mockery/mockery": "^1.2",
"orchestra/testbench-core": "^8.0|^9.0",
"phpstan/phpstan": "^1",
"larastan/larastan": "^2",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.5",
"thecodingmachine/phpstan-safe-rule": "^1"
},
Expand Down

0 comments on commit f753174

Please sign in to comment.