Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa committed May 27, 2023
1 parent 59c20ef commit 8d8efc4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"illuminate/contracts": "^10.0",
"spatie/laravel-package-tools": "^1.13.0",
"tightenco/duster": "2.0.0",
"nunomaduro/larastan": "^2.0"
"nunomaduro/larastan": "^2.0",
"pestphp/pest": "^2.6"
},
"require-dev": {
"laravel/pint": "^1.2",
Expand Down Expand Up @@ -49,7 +50,10 @@
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"format": "vendor/bin/pint"
"format": "vendor/bin/pint",
"post-install-cmd": [
"composer require --dev pestphp/pest"
]
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 8d8efc4

Please sign in to comment.