Skip to content

Commit 6e9c87c

Browse files
committed
TASK: Correct indentation format of composer.json
1 parent a3f2e1e commit 6e9c87c

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

composer.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "neos/fusion-afx",
3-
"description": "JSX inspired compact syntax for Neos.Fusion",
4-
"type": "neos-package",
5-
"license": "GPL-3.0",
6-
"replace": {
7-
"packagefactory/atomicfusion-afx": "*"
8-
},
9-
"require": {
10-
"neos/fusion": "^3.2.0 || dev-master",
11-
"packagefactory/afx": "~2.0.1"
12-
},
13-
"require-dev": {
14-
"phpunit/phpunit": "~6.0.0"
15-
},
16-
"autoload": {
17-
"psr-4": {
18-
"Neos\\Fusion\\Afx\\": "Classes/"
19-
}
20-
},
21-
"autoload-dev": {
22-
"psr-4": {
23-
"Neos\\Fusion\\Afx\\Tests\\": "Tests/"
24-
}
25-
},
26-
"extra": {
27-
"neos": {
28-
"package-key": "Neos.Fusion.Afx"
29-
}
30-
},
31-
"scripts": {
32-
"test:functional": [
33-
"composer install",
34-
"vendor/bin/phpunit Tests/Functional"
35-
],
36-
"test": [
37-
"composer test:functional"
38-
]
2+
"name": "neos/fusion-afx",
3+
"description": "JSX inspired compact syntax for Neos.Fusion",
4+
"type": "neos-package",
5+
"license": "GPL-3.0",
6+
"replace": {
7+
"packagefactory/atomicfusion-afx": "*"
8+
},
9+
"require": {
10+
"neos/fusion": "^3.2.0 || dev-master",
11+
"packagefactory/afx": "~2.0.1"
12+
},
13+
"require-dev": {
14+
"phpunit/phpunit": "~6.0.0"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"Neos\\Fusion\\Afx\\": "Classes/"
3919
}
20+
},
21+
"autoload-dev": {
22+
"psr-4": {
23+
"Neos\\Fusion\\Afx\\Tests\\": "Tests/"
24+
}
25+
},
26+
"extra": {
27+
"neos": {
28+
"package-key": "Neos.Fusion.Afx"
29+
}
30+
},
31+
"scripts": {
32+
"test:functional": [
33+
"composer install",
34+
"vendor/bin/phpunit Tests/Functional"
35+
],
36+
"test": [
37+
"composer test:functional"
38+
]
39+
}
4040
}

0 commit comments

Comments
 (0)