Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit 5e2b22a

Browse files
committed
Tabs to spaces
1 parent b305c09 commit 5e2b22a

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

composer.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "cdn77/phpstan-test-utils-rule",
3-
"description": "A PHPStan rule to be used with the cdn77/test-utils package",
4-
"license": "MIT",
5-
"minimum-stability": "dev",
6-
"prefer-stable": true,
7-
"type": "phpstan-extension",
8-
"extra": {
9-
"phpstan": {
10-
"includes": [
11-
"extension.neon"
12-
]
13-
}
14-
},
15-
"require": {
16-
"php": "^7.2",
17-
"phpstan/phpstan": "^0.10|^0.11|^0.12",
18-
"phpstan/phpdoc-parser": "^0.3",
19-
"nikic/php-parser": "^4.0",
20-
"phpunit/phpunit": "^8"
21-
},
22-
"require-dev": {
2+
"name": "cdn77/phpstan-test-utils-rule",
3+
"description": "A PHPStan rule to be used with the cdn77/test-utils package",
4+
"license": "MIT",
5+
"minimum-stability": "dev",
6+
"prefer-stable": true,
7+
"type": "phpstan-extension",
8+
"extra": {
9+
"phpstan": {
10+
"includes": [
11+
"extension.neon"
12+
]
13+
}
14+
},
15+
"require": {
16+
"php": "^7.2",
17+
"phpstan/phpstan": "^0.10|^0.11|^0.12",
18+
"phpstan/phpdoc-parser": "^0.3",
19+
"nikic/php-parser": "^4.0",
20+
"phpunit/phpunit": "^8"
21+
},
22+
"require-dev": {
2323
"cdn77/coding-standard": "^2.0",
24-
"jakub-onderka/php-parallel-lint": "^1.0",
25-
"phing/phing": "^2.16.0",
24+
"jakub-onderka/php-parallel-lint": "^1.0",
25+
"phing/phing": "^2.16.0",
2626
"phpstan/extension-installer": "^1.0",
2727
"phpstan/phpstan-strict-rules": "^0.11.1",
2828
"phpstan/phpstan-phpunit": "^0.11.2"
29-
},
30-
"autoload": {
31-
"psr-4": {
32-
"Cdn77\\TestUtils\\PHPStan\\": "src/"
33-
}
34-
},
35-
"autoload-dev": {
36-
"psr-4": {
37-
"Cdn77\\TestUtils\\PHPStan\\Tests\\": "tests/"
38-
}
39-
}
29+
},
30+
"autoload": {
31+
"psr-4": {
32+
"Cdn77\\TestUtils\\PHPStan\\": "src/"
33+
}
34+
},
35+
"autoload-dev": {
36+
"psr-4": {
37+
"Cdn77\\TestUtils\\PHPStan\\Tests\\": "tests/"
38+
}
39+
}
4040
}

0 commit comments

Comments
 (0)