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:
Steve Boyd 2020-08-28 10:36:58 +12:00 committed by GitHub
commit 7474a76d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,10 @@ class VersionProvider
/**
* @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