-
- Downloads
Add phpstan/larastan
Showing
- .github/workflows/phpstan.yml 26 additions, 0 deletions.github/workflows/phpstan.yml
- .gitignore 1 addition, 1 deletion.gitignore
- composer.json 6 additions, 3 deletionscomposer.json
- phpstan-baseline.neon 0 additions, 0 deletionsphpstan-baseline.neon
- phpstan.neon.dist 15 additions, 0 deletionsphpstan.neon.dist
- psalm.xml.dist 0 additions, 16 deletionspsalm.xml.dist
- src/Commands/SkeletonCommand.php 3 additions, 1 deletionsrc/Commands/SkeletonCommand.php
- tests/ExampleTest.php 1 addition, 1 deletiontests/ExampleTest.php
... | ... | @@ -23,10 +23,13 @@ |
"require-dev": { | ||
"brianium/paratest": "^6.2", | ||
"nunomaduro/collision": "^5.3", | ||
"nunomaduro/larastan": "^0.7.10", | ||
"orchestra/testbench": "^6.15", | ||
"phpstan/extension-installer": "^1.1", | ||
"phpstan/phpstan-deprecation-rules": "^0.12.6", | ||
"phpstan/phpstan-phpunit": "^0.12.21", | ||
"phpunit/phpunit": "^9.3", | ||
"spatie/laravel-ray": "^1.23", | ||
"vimeo/psalm": "^4.8" | ||
"spatie/laravel-ray": "^1.23" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... | @@ -40,7 +43,7 @@ |
} | ||
}, | ||
"scripts": { | ||
"psalm": "vendor/bin/psalm", | ||
"phpstan": "vendor/bin/phpstan analyse", | ||
"test": "./vendor/bin/testbench package:test --parallel --no-coverage", | ||
"test-coverage": "vendor/bin/phpunit --coverage-html coverage" | ||
}, | ||
... | ... |
phpstan-baseline.neon
0 → 100644
phpstan.neon.dist
0 → 100644
psalm.xml.dist
deleted
100644 → 0
Please register or sign in to comment