Skip to content

Commit

Permalink
Merge pull request #359 from crynobone/testbench-core
Browse files Browse the repository at this point in the history
Use `orchestra/testbench-core` as `testbench` should only be used for Package development
  • Loading branch information
alies-dev authored Mar 12, 2024
2 parents 20d0530 + e4ee0a0 commit e6394fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"illuminate/support": "^10.48 || ^11.0",
"illuminate/view": "^10.48 || ^11.0",
"nikic/php-parser": "^4.18 || ^5.0",
"orchestra/testbench": "^8.21 || ^9.0",
"orchestra/testbench-core": "^8.22 || ^9.0",
"symfony/console": "^6.0 || ^7.0",
"vimeo/psalm": "^5.20"
},
Expand All @@ -34,6 +34,7 @@
"codeception/module-cli": "^2.0",
"codeception/module-filesystem": "^3.0",
"codeception/module-phpbrowser": "^3.0",
"laravel/framework": "^9.48 || ^10.0",
"phpunit/phpunit": "^9.6 || ^10.0",
"ramsey/collection": "^1.3",
"slevomat/coding-standard": "^8.8",
Expand Down

0 comments on commit e6394fd

Please sign in to comment.