fix composer indents
This commit is contained in:
parent
6f3b7427e0
commit
6ecda2b869
1 changed files with 5 additions and 5 deletions
|
@ -32,10 +32,10 @@
|
||||||
"installer-name": "activitypub"
|
"installer-name": "activitypub"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": [
|
"test": [
|
||||||
"composer install",
|
"composer install",
|
||||||
"bin/install-wp-tests.sh activitypub-test root activitypub-test test-db latest true",
|
"bin/install-wp-tests.sh activitypub-test root activitypub-test test-db latest true",
|
||||||
"vendor/bin/phpunit"
|
"vendor/bin/phpunit"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue