Skip to content

Commit 041dc52

Browse files
committed
Fix indentation for easier PR review
1 parent 88ade68 commit 041dc52

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,47 +1,47 @@
11
{
2-
"name": "creativecommons/creativecommons-base",
3-
"description": "The Creative Commons base theme",
4-
"type": "wordpress-theme",
5-
"license": "GPL-2.0-or-later",
2+
"name": "creativecommons/creativecommons-base",
3+
"description": "The Creative Commons base theme",
4+
"type": "wordpress-theme",
5+
"license": "GPL-2.0-or-later",
66
"authors": [
77
{
88
"email": "hugo@creativecommons.org",
99
"name": "Hugo Solar"
1010
}
1111
],
12-
"repositories": [
13-
{
14-
"no-api": true,
15-
"type": "vcs",
16-
"url": "https://github.com/creativecommons/queulat"
17-
},
18-
{
19-
"type": "composer",
20-
"url": "https://wpackagist.org"
21-
}
22-
],
23-
"require": {
24-
"composer/installers": "~1.0",
25-
"felipelavinz/queulat": "2019.4.2"
26-
},
27-
"require-dev": {
28-
"php-parallel-lint/php-parallel-lint": "^1.1",
29-
"phpcompatibility/php-compatibility": "^9.1",
30-
"squizlabs/php_codesniffer": "3.*",
31-
"wp-coding-standards/wpcs": "^2.0",
32-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
33-
},
12+
"repositories": [
13+
{
14+
"no-api": true,
15+
"type": "vcs",
16+
"url": "https://github.com/creativecommons/queulat"
17+
},
18+
{
19+
"type": "composer",
20+
"url": "https://wpackagist.org"
21+
}
22+
],
23+
"require": {
24+
"composer/installers": "~1.0",
25+
"felipelavinz/queulat": "2019.4.2"
26+
},
27+
"require-dev": {
28+
"php-parallel-lint/php-parallel-lint": "^1.1",
29+
"phpcompatibility/php-compatibility": "^9.1",
30+
"squizlabs/php_codesniffer": "3.*",
31+
"wp-coding-standards/wpcs": "^2.0",
32+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
33+
},
3434
"scripts": {
35-
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
35+
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
3636
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
3737
"lint": "parallel-lint . --blame --exclude vendor",
3838
"sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
3939
},
40-
"extra": {
41-
"installer-paths": {
42-
"../../mu-plugins/{$name}": [
43-
"type:wordpress-muplugin"
44-
]
45-
}
46-
}
40+
"extra": {
41+
"installer-paths": {
42+
"../../mu-plugins/{$name}": [
43+
"type:wordpress-muplugin"
44+
]
45+
}
46+
}
4747
}

0 commit comments

Comments
 (0)