Restored custom sapphire installer-path in composer.json

Most likely a merge error...
This commit is contained in:
Ingo Schommer 2013-03-01 12:08:14 +01:00
parent 8fca40e104
commit 9d73194e22

View File

@ -7,5 +7,10 @@
"silverstripe/framework": "2.5.*",
"silverstripe-themes/blackcandy": "2.4.*"
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"extra": {
"installer-paths": {
"sapphire": ["silverstripe/framework"]
}
}
}