mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Add charcoal-legacy as dependency
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
project-x/modules/boilerplate/node_modules/
|
||||
vendor
|
||||
composer.lock
|
||||
www/charcoal
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
{
|
||||
"minimum-stability":"stable",
|
||||
"require": {
|
||||
"league/climate": "~3.0"
|
||||
}
|
||||
"league/climate": "~3.0",
|
||||
"locomotivemtl/charcoal-composer-installer":"@dev",
|
||||
"locomotivemtl/charcoal-legacy": "@dev"
|
||||
},
|
||||
"repositories":[
|
||||
{
|
||||
"type":"vcs",
|
||||
"url":"https://github.com/mducharme/charcoal-composer-installer"
|
||||
},
|
||||
{
|
||||
"type":"vcs",
|
||||
"url":"https://github.com/locomotivemtl/charcoal-legacy"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user