Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
GHTK\huynt2 committed Feb 15, 2024
1 parent bd94c60 commit 09415b2
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.0"
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand All @@ -38,33 +33,13 @@
"autoload-dev": {
"psr-4": {
"Huynt57\\LaravelOptimizeInitDbConnection\\Tests\\": "tests/",
"Workbench\\App\\": "workbench/app/"
}
},
"scripts": {
"post-autoload-dump": "@composer run prepare",
"clear": "@php vendor/bin/testbench package:purge-laravel-optimize-init-db-connection --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": [
"@composer run prepare",
"@php vendor/bin/testbench workbench:build --ansi"
],
"start": [
"Composer\\Config::disableProcessTimeout",
"@composer run build",
"@php vendor/bin/testbench serve"
],
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"format": "vendor/bin/pint"
"test": "./vendor/bin/phpunit"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
"sort-packages": true
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 09415b2

Please sign in to comment.