You've already forked Php-Template
static test
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
"phpunit/phpunit": "^12.1",
|
||||
"mockery/mockery": "^1.6",
|
||||
"squizlabs/php_codesniffer": "^3.12",
|
||||
"lendable/composer-license-checker": "^1.2"
|
||||
"lendable/composer-license-checker": "^1.2",
|
||||
"phpstan/phpstan": "^2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"tests:unit": [
|
||||
@@ -37,6 +38,9 @@
|
||||
],
|
||||
"tests:license": [
|
||||
"composer-license-checker"
|
||||
],
|
||||
"tests:phpstan": [
|
||||
"phpstan analyse --level 4 ./src/ -c phpstan.neon"
|
||||
]
|
||||
},
|
||||
"repositories": {
|
||||
|
||||
Reference in New Issue
Block a user