Update composer

This commit is contained in:
Damian Mooyman 2017-10-12 11:30:11 +13:00
parent 42cd0903df
commit acadcadbdf
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@ trim_trailing_whitespace = false
indent_size = 2
indent_style = space
[composer.json]
indent_size = 4
# Don't perform any clean-up on thirdparty files
[thirdparty/**]
trim_trailing_whitespace = false

View File

@ -31,7 +31,7 @@
"require-dev": {
"phpunit/phpunit": "^5.7",
"silverstripe/behat-extension": "^3@dev",
"silverstripe/serve": "dev-master",
"silverstripe/serve": "^2",
"se/selenium-server-standalone": "2.41.0"
},
"extra": {
@ -53,4 +53,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}