1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-13 18:14:03 +00:00

support PHPStan extension-installer

This commit is contained in:
Hosmel Quintana 2025-01-25 13:50:37 -06:00
parent 6a0399823f
commit e11b753a53
No known key found for this signature in database
GPG key ID: E8DBD4847CD219B8
2 changed files with 9 additions and 0 deletions

View file

@ -34,5 +34,12 @@
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"phpstan": {
"includes": [
"extension.neon"
]
}
}
}