mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Restored custom sapphire installer-path in composer.json
Most likely a merge error...
This commit is contained in:
parent
8fca40e104
commit
9d73194e22
@ -7,5 +7,10 @@
|
|||||||
"silverstripe/framework": "2.5.*",
|
"silverstripe/framework": "2.5.*",
|
||||||
"silverstripe-themes/blackcandy": "2.4.*"
|
"silverstripe-themes/blackcandy": "2.4.*"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev",
|
||||||
|
"extra": {
|
||||||
|
"installer-paths": {
|
||||||
|
"sapphire": ["silverstripe/framework"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user