mirror of
https://github.com/silverstripe/recipe-cms.git
synced 2024-10-22 08:05:52 +02:00
MINOR Set default resources-dir in composer.json (#22)
This commit is contained in:
parent
d616bc7def
commit
18f35f0d42
@ -5,7 +5,7 @@
|
||||
"homepage": "http://silverstripe.org",
|
||||
"license": "BSD-3-Clause",
|
||||
"require": {
|
||||
"silverstripe/recipe-plugin": "^1.2",
|
||||
"silverstripe/recipe-plugin": "^1.4",
|
||||
"silverstripe/recipe-core": "4.4.x-dev",
|
||||
"silverstripe/admin": "1.4.x-dev",
|
||||
"silverstripe/asset-admin": "1.4.x-dev",
|
||||
@ -27,7 +27,8 @@
|
||||
],
|
||||
"branch-alias": {
|
||||
"4.x-dev": "4.4.x-dev"
|
||||
}
|
||||
},
|
||||
"resources-dir": "_resources"
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 600
|
||||
|
Loading…
Reference in New Issue
Block a user