mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 14:14:05 +00:00
support PHPStan extension-installer
This commit is contained in:
parent
6a0399823f
commit
e11b753a53
2 changed files with 9 additions and 0 deletions
|
|
@ -460,6 +460,8 @@ includes:
|
|||
- ./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
|
||||
|
||||
Run all checks locally:
|
||||
|
|
|
|||
|
|
@ -34,5 +34,12 @@
|
|||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"phpstan": {
|
||||
"includes": [
|
||||
"extension.neon"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue