Skip to content

Commit ef9e63c

Browse files
committed
Use spaces in composer.json
1 parent 5c0fcac commit ef9e63c

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ indent_size = 4
1414
indent_style = tab
1515
indent_size = 4
1616

17-
[*.neon]
18-
indent_style = tab
17+
[*.{neon,neon.dist}]
18+
indent_style = space
1919
indent_size = 4
2020

2121
[*.{yaml,yml}]
2222
indent_style = space
2323
indent_size = 2
2424

2525
[composer.json]
26-
indent_style = tab
26+
indent_style = space
2727
indent_size = 4

composer.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"name": "szepeviktor/phpstan-wordpress",
3-
"type": "phpstan-extension",
4-
"description": "WordPress extensions for PHPStan",
5-
"license": "MIT",
6-
"require": {
7-
"php": "~7.1",
8-
"giacocorsiglia/wordpress-stubs": "^5.1",
9-
"phpstan/phpstan": "^0.11.5"
10-
},
11-
"require-dev": {
12-
"consistence/coding-standard": "^3.8",
13-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
14-
"jakub-onderka/php-parallel-lint": "^1.0",
15-
"phpstan/phpstan-strict-rules": "^0.11",
16-
"slevomat/coding-standard": "^5.0.4"
17-
},
18-
"extra": {
19-
"phpstan": {
20-
"includes": [
21-
"extension.neon"
22-
]
23-
}
24-
},
25-
"autoload": {
26-
"psr-4": {
27-
"PHPStan\\WordPress\\": "src/"
28-
}
29-
},
30-
"minimum-stability": "dev",
31-
"prefer-stable": true
2+
"name": "szepeviktor/phpstan-wordpress",
3+
"type": "phpstan-extension",
4+
"description": "WordPress extensions for PHPStan",
5+
"license": "MIT",
6+
"require": {
7+
"php": "~7.1",
8+
"giacocorsiglia/wordpress-stubs": "^5.1",
9+
"phpstan/phpstan": "^0.11.5"
10+
},
11+
"require-dev": {
12+
"consistence/coding-standard": "^3.8",
13+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
14+
"jakub-onderka/php-parallel-lint": "^1.0",
15+
"phpstan/phpstan-strict-rules": "^0.11",
16+
"slevomat/coding-standard": "^5.0.4"
17+
},
18+
"extra": {
19+
"phpstan": {
20+
"includes": [
21+
"extension.neon"
22+
]
23+
}
24+
},
25+
"autoload": {
26+
"psr-4": {
27+
"PHPStan\\WordPress\\": "src/"
28+
}
29+
},
30+
"minimum-stability": "dev",
31+
"prefer-stable": true
3232
}

0 commit comments

Comments
 (0)