Skip to content

Commit f195140

Browse files
committed
Normalize composer.json
1 parent 5d25723 commit f195140

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
"name": "szepeviktor/phpstan-wordpress",
33
"description": "WordPress extensions for PHPStan",
44
"license": "MIT",
5-
"minimum-stability": "dev",
6-
"prefer-stable": true,
75
"require": {
86
"php": "~7.1",
9-
"phpstan/phpstan": "^0.11.5",
10-
"giacocorsiglia/wordpress-stubs": "^5.1"
7+
"giacocorsiglia/wordpress-stubs": "^5.1",
8+
"phpstan/phpstan": "^0.11.5"
119
},
1210
"require-dev": {
1311
"consistence/coding-standard": "^3.8",
@@ -20,5 +18,7 @@
2018
"psr-4": {
2119
"PHPStan\\WordPress\\": "src/"
2220
}
23-
}
21+
},
22+
"minimum-stability": "dev",
23+
"prefer-stable": true
2424
}
File renamed without changes.

0 commit comments

Comments
 (0)