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

support PHPStan extension-installer (#31)

This commit is contained in:
Hosmel Quintana 2025-06-06 17:15:09 -06:00 committed by GitHub
parent fe17705ca9
commit 81375b71c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -460,6 +460,8 @@ includes:
- ./vendor/archtechx/enums/extension.neon - ./vendor/archtechx/enums/extension.neon
``` ```
*Note: If you have installed [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer#usage), the extension is automatically included.*
## Development ## Development
Run all checks locally: Run all checks locally:

View file

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