Skip to content

Commit 8195fcf

Browse files
feat: add composer test command
1 parent 09bfa5e commit 8195fcf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
"illuminate/contracts": "^10.0||^11.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^10.1",
25-
"larastan/larastan": "^3.0",
2624
"laravel/pint": "^1.14",
2725
"orchestra/testbench": "^9.0.0||^8.22.0",
28-
"pestphp/pest": "^2.36"
26+
"rector/rector": "^2.0",
27+
"pestphp/pest": "^3.7",
28+
"pestphp/pest-plugin-type-coverage": "^3.2",
29+
"larastan/larastan": "^3.0"
2930
},
3031
"autoload": {
3132
"psr-4": {
@@ -56,6 +57,7 @@
5657
"test:lint": "pint --test",
5758
"test:refactor": "rector --dry-run",
5859
"test:types": "phpstan analyse",
60+
"test:type-coverage": "pest --type-coverage --min=100",
5961
"test:unit": "@php vendor/bin/phpunit",
6062
"serve": [
6163
"@build",

0 commit comments

Comments
 (0)