Skip to content

Commit

Permalink
Merge pull request #1151 from rebing/mfn-testbench
Browse files Browse the repository at this point in the history
dev(chore): Only rely on testbench-core and on explicit other dependencies
  • Loading branch information
mfn authored Nov 19, 2024
2 parents 6243cb5 + 37d3793 commit dea6480
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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.6",
"friendsofphp/php-cs-fixer": "^3",
"larastan/larastan": "^2",
"laravel/framework": "^10.0|^11.0",
"mfn/php-cs-fixer-config": "^2",
"mockery/mockery": "^1.2",
"mockery/mockery": "^1.5",
"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 dea6480

Please sign in to comment.