We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bfa5e commit 8195fcfCopy full SHA for 8195fcf
composer.json
@@ -21,11 +21,12 @@
21
"illuminate/contracts": "^10.0||^11.0"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "^10.1",
25
- "larastan/larastan": "^3.0",
26
"laravel/pint": "^1.14",
27
"orchestra/testbench": "^9.0.0||^8.22.0",
28
- "pestphp/pest": "^2.36"
+ "rector/rector": "^2.0",
+ "pestphp/pest": "^3.7",
+ "pestphp/pest-plugin-type-coverage": "^3.2",
29
+ "larastan/larastan": "^3.0"
30
31
"autoload": {
32
"psr-4": {
@@ -56,6 +57,7 @@
56
57
"test:lint": "pint --test",
58
"test:refactor": "rector --dry-run",
59
"test:types": "phpstan analyse",
60
+ "test:type-coverage": "pest --type-coverage --min=100",
61
"test:unit": "@php vendor/bin/phpunit",
62
"serve": [
63
"@build",
0 commit comments