mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
Added composer.json
Once we've got the packagist.org listings sorted out, we should no longer require the custom vcs entries.
This commit is contained in:
parent
0318d35ac1
commit
5f3b70f6d3
30
composer.json
Normal file
30
composer.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "silverstripe/installer",
|
||||
"description": "The SilverStripe Framework Installer",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/silverstripe/silverstripe-cms.git"
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/silverstripe/sapphire.git"
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/silverstripe-themes/silverstripe-blackcandy.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.2.4",
|
||||
"silverstripe/cms": "2.4.x-dev",
|
||||
"silverstripe/framework": "2.4.x-dev",
|
||||
"silverstripe-themes/blackcandy": "2.4.x-dev"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"extra": {
|
||||
"installer-paths": {
|
||||
"sapphire": ["silverstripe/framework"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user