mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Merge branch '3.0' into 3
This commit is contained in:
commit
81a45e2819
@ -14,6 +14,9 @@ trim_trailing_whitespace = true
|
|||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[composer.json]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
# The indent size used in the package.json file cannot be changed:
|
# The indent size used in the package.json file cannot be changed:
|
||||||
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
|
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
|
||||||
|
|
||||||
|
@ -42,11 +42,6 @@
|
|||||||
"SilverStripe\\BehatExtension\\Tests\\": "tests/php/"
|
"SilverStripe\\BehatExtension\\Tests\\": "tests/php/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "3.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "phpcs --standard=PSR2 -n src/ tests/php/"
|
"lint": "phpcs --standard=PSR2 -n src/ tests/php/"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user