mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9657 from creative-commoners/pulls/4/expose-recipe-core-version
NEW Add recipe-core to default VersionProvider module list
This commit is contained in:
commit
7474a76d1b
@ -31,7 +31,10 @@ class VersionProvider
|
|||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private static $modules = [];
|
private static $modules = [
|
||||||
|
'silverstripe/framework' => 'Framework',
|
||||||
|
'silverstripe/recipe-core' => 'Core Recipe',
|
||||||
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a comma delimited string of package titles and versions
|
* Gets a comma delimited string of package titles and versions
|
||||||
|
Loading…
Reference in New Issue
Block a user