Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
valendesigns committed Mar 14, 2019
1 parent 2ef940e commit e3fda4d
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"php": ">=5.3"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.6.0",
"brainmaestro/composer-git-hooks": "^2.6.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"firebase/php-jwt": "^5.0",
"phpcompatibility/phpcompatibility-wp": "*",
"php-coveralls/php-coveralls": "^2.1",
"php-coveralls/php-coveralls": "^2.1",
"slowprog/composer-copy-file": "0.2.1",
"wp-coding-standards/wpcs": "*",
"xwp/wp-dev-lib": "^1.0.0"
Expand All @@ -22,36 +22,36 @@
"phpcs": [
"./vendor/bin/phpcs ${1:.} --standard=.phpcs.ruleset.xml"
],
"phpcbf": [
"./vendor/bin/phpcbf ${1:.} --standard=.phpcs.ruleset.xml"
],
"phpcbf": [
"./vendor/bin/phpcbf ${1:.} --standard=.phpcs.ruleset.xml"
],
"phpunit": [
"./bin/phpunit.sh xdebug_off"
],
"phpunit-coverage": [
"./bin/phpunit.sh xdebug_on"
],
"post-install-cmd": [
"./bin/install-tests.sh",
"./vendor/bin/cghooks add --no-lock",
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
"post-update-cmd": [
"./bin/install-tests.sh",
"./vendor/bin/cghooks update",
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
"readme": [
"./vendor/xwp/wp-dev-lib/scripts/generate-markdown-readme"
]
"post-install-cmd": [
"./bin/install-tests.sh",
"./vendor/bin/cghooks add --no-lock",
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
"post-update-cmd": [
"./bin/install-tests.sh",
"./vendor/bin/cghooks update",
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
"readme": [
"./vendor/xwp/wp-dev-lib/scripts/generate-markdown-readme"
]
},
"extra": {
"copy-file": {
"tests/autoload.php": "tests/wp-tests/phpunit/wp-tests-config.php",
"vendor/firebase/php-jwt/src/": "wp-includes/rest-api/auth/jwt/"
},
"hooks": {
"pre-commit": "./vendor/xwp/wp-dev-lib/scripts/pre-commit"
}
"hooks": {
"pre-commit": "./vendor/xwp/wp-dev-lib/scripts/pre-commit"
}
}
}

0 comments on commit e3fda4d

Please sign in to comment.