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 5d25723 commit f195140Copy full SHA for f195140
composer.json
@@ -2,12 +2,10 @@
2
"name": "szepeviktor/phpstan-wordpress",
3
"description": "WordPress extensions for PHPStan",
4
"license": "MIT",
5
- "minimum-stability": "dev",
6
- "prefer-stable": true,
7
"require": {
8
"php": "~7.1",
9
- "phpstan/phpstan": "^0.11.5",
10
- "giacocorsiglia/wordpress-stubs": "^5.1"
+ "giacocorsiglia/wordpress-stubs": "^5.1",
+ "phpstan/phpstan": "^0.11.5"
11
},
12
"require-dev": {
13
"consistence/coding-standard": "^3.8",
@@ -20,5 +18,7 @@
20
18
"psr-4": {
21
19
"PHPStan\\WordPress\\": "src/"
22
}
23
- }
+ },
+ "minimum-stability": "dev",
+ "prefer-stable": true
24
example/phpstan.neon renamed to example/phpstan.neon.dist
0 commit comments