mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Removed custom repo sources from composer.json
We now own the packagist.org repos, no need for manual pointers.
This commit is contained in:
parent
54e8eefef2
commit
157a275855
16
composer.json
Normal file
16
composer.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "silverstripe/installer",
|
||||
"description": "The SilverStripe Framework Installer",
|
||||
"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…
Reference in New Issue
Block a user