mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Updated phpstan/phpstan recipe
This commit is contained in:
parent
37dccd4249
commit
e9cdd20dcc
3 changed files with 14 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -43,3 +43,7 @@ yarn-error.log
|
||||||
/phpunit.xml
|
/phpunit.xml
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
###< phpunit/phpunit ###
|
###< phpunit/phpunit ###
|
||||||
|
|
||||||
|
###> phpstan/phpstan ###
|
||||||
|
phpstan.neon
|
||||||
|
###< phpstan/phpstan ###
|
||||||
|
|
11
symfony.lock
11
symfony.lock
|
@ -358,7 +358,16 @@
|
||||||
"version": "1.0.3"
|
"version": "1.0.3"
|
||||||
},
|
},
|
||||||
"phpstan/phpstan": {
|
"phpstan/phpstan": {
|
||||||
"version": "0.12.8"
|
"version": "1.10",
|
||||||
|
"recipe": {
|
||||||
|
"repo": "github.com/symfony/recipes-contrib",
|
||||||
|
"branch": "main",
|
||||||
|
"version": "1.0",
|
||||||
|
"ref": "f10b8054de1a94a3b9e8806a6453fd5c98491c44"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"./phpstan.dist.neon"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"phpstan/phpstan-doctrine": {
|
"phpstan/phpstan-doctrine": {
|
||||||
"version": "0.12.9"
|
"version": "0.12.9"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue