mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Update composer
This commit is contained in:
parent
42cd0903df
commit
acadcadbdf
@ -17,6 +17,9 @@ trim_trailing_whitespace = false
|
|||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[composer.json]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
# Don't perform any clean-up on thirdparty files
|
# Don't perform any clean-up on thirdparty files
|
||||||
[thirdparty/**]
|
[thirdparty/**]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^5.7",
|
"phpunit/phpunit": "^5.7",
|
||||||
"silverstripe/behat-extension": "^3@dev",
|
"silverstripe/behat-extension": "^3@dev",
|
||||||
"silverstripe/serve": "dev-master",
|
"silverstripe/serve": "^2",
|
||||||
"se/selenium-server-standalone": "2.41.0"
|
"se/selenium-server-standalone": "2.41.0"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -53,4 +53,4 @@
|
|||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user