File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2020 "illuminate/contracts" : " ^8.80|^9.0|^10.0"
2121 },
2222 "require-dev" : {
23- "laravel/pint" : " ^1.7" ,
2423 "nunomaduro/collision" : " ^5.0|^6.0|^7.0" ,
2524 "orchestra/testbench" : " ^6.0|^7.0|^8.0" ,
2625 "phpunit/phpunit" : " ^9.5|^10.0" ,
3938 "scripts" : {
4039 "post-autoload-dump" : " @php ./vendor/bin/testbench package:discover --ansi" ,
4140 "test" : " vendor/bin/phpunit" ,
42- "test-coverage" : " vendor/bin/phpunit --coverage" ,
43- "format" : " vendor/bin/pint"
41+ "test-coverage" : " vendor/bin/phpunit --coverage"
4442 },
4543 "scripts-descriptions" : {
46- "test" : " Runs phpunit to test the code." ,
47- "format" : " Runs Pint to fix project files."
44+ "test" : " Runs phpunit to test the code."
4845 },
4946 "config" : {
5047 "sort-packages" : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments