Skip to content

Commit e3fda4d

Browse files
committed
Fix spacing
1 parent 2ef940e commit e3fda4d

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

composer.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"php": ">=5.3"
1010
},
1111
"require-dev": {
12-
"brainmaestro/composer-git-hooks": "^2.6.0",
12+
"brainmaestro/composer-git-hooks": "^2.6.0",
1313
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
1414
"firebase/php-jwt": "^5.0",
1515
"phpcompatibility/phpcompatibility-wp": "*",
16-
"php-coveralls/php-coveralls": "^2.1",
16+
"php-coveralls/php-coveralls": "^2.1",
1717
"slowprog/composer-copy-file": "0.2.1",
1818
"wp-coding-standards/wpcs": "*",
1919
"xwp/wp-dev-lib": "^1.0.0"
@@ -22,36 +22,36 @@
2222
"phpcs": [
2323
"./vendor/bin/phpcs ${1:.} --standard=.phpcs.ruleset.xml"
2424
],
25-
"phpcbf": [
26-
"./vendor/bin/phpcbf ${1:.} --standard=.phpcs.ruleset.xml"
27-
],
25+
"phpcbf": [
26+
"./vendor/bin/phpcbf ${1:.} --standard=.phpcs.ruleset.xml"
27+
],
2828
"phpunit": [
2929
"./bin/phpunit.sh xdebug_off"
3030
],
3131
"phpunit-coverage": [
3232
"./bin/phpunit.sh xdebug_on"
3333
],
34-
"post-install-cmd": [
35-
"./bin/install-tests.sh",
36-
"./vendor/bin/cghooks add --no-lock",
37-
"SlowProg\\CopyFile\\ScriptHandler::copy"
38-
],
39-
"post-update-cmd": [
40-
"./bin/install-tests.sh",
41-
"./vendor/bin/cghooks update",
42-
"SlowProg\\CopyFile\\ScriptHandler::copy"
43-
],
44-
"readme": [
45-
"./vendor/xwp/wp-dev-lib/scripts/generate-markdown-readme"
46-
]
34+
"post-install-cmd": [
35+
"./bin/install-tests.sh",
36+
"./vendor/bin/cghooks add --no-lock",
37+
"SlowProg\\CopyFile\\ScriptHandler::copy"
38+
],
39+
"post-update-cmd": [
40+
"./bin/install-tests.sh",
41+
"./vendor/bin/cghooks update",
42+
"SlowProg\\CopyFile\\ScriptHandler::copy"
43+
],
44+
"readme": [
45+
"./vendor/xwp/wp-dev-lib/scripts/generate-markdown-readme"
46+
]
4747
},
4848
"extra": {
4949
"copy-file": {
5050
"tests/autoload.php": "tests/wp-tests/phpunit/wp-tests-config.php",
5151
"vendor/firebase/php-jwt/src/": "wp-includes/rest-api/auth/jwt/"
5252
},
53-
"hooks": {
54-
"pre-commit": "./vendor/xwp/wp-dev-lib/scripts/pre-commit"
55-
}
53+
"hooks": {
54+
"pre-commit": "./vendor/xwp/wp-dev-lib/scripts/pre-commit"
55+
}
5656
}
5757
}

0 commit comments

Comments
 (0)