We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ba569 commit 3460f5eCopy full SHA for 3460f5e
composer.json
@@ -1,12 +1,18 @@
1
{
2
"name": "phpstan/phpstan-webmozart-assert",
3
"description": "PHPStan webmozart/assert extension",
4
+ "type": "phpstan-extension",
5
"license": ["MIT"],
6
"minimum-stability": "dev",
7
"prefer-stable": true,
8
"extra": {
9
"branch-alias": {
10
"dev-master": "0.11-dev"
11
+ },
12
+ "phpstan": {
13
+ "includes": [
14
+ "extension.neon"
15
+ ]
16
}
17
},
18
"require": {
0 commit comments