Skip to content

Commit

Permalink
Merge pull request #82 from creative-commoners/pulls/1.12/tmp-fluent-8
Browse files Browse the repository at this point in the history
FIX Do not use recipe-plugin or vendor-plugin to work out cms major
  • Loading branch information
GuySartorelli authored Feb 22, 2024
2 parents 28bfcf2 + 2489add commit ff51f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions consts.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
'recipe-core' => '5',
'recipe-form-building' => '2',
'recipe-kitchen-sink' => '5',
'recipe-plugin' => '2',
'recipe-reporting-tools' => '2',
'recipe-services' => '2',
'recipe-testing' => '3',
Expand All @@ -165,7 +164,6 @@
'silverstripe-testsession' => '3',
'silverstripe-versioned' => '2',
'silverstripe-versioned-admin' => '2',
'vendor-plugin' => '2',
],
'6' => [
'MinkFacebookWebDriver' => '3',
Expand All @@ -178,7 +176,6 @@
'recipe-core' => '6',
'recipe-form-building' => '3',
'recipe-kitchen-sink' => '6',
'recipe-plugin' => '3',
'recipe-reporting-tools' => '3',
'recipe-services' => '3',
'recipe-testing' => '4',
Expand All @@ -204,7 +201,6 @@
'silverstripe-testsession' => '4',
'silverstripe-versioned' => '3',
'silverstripe-versioned-admin' => '3',
'vendor-plugin' => '3',
],
];

Expand Down
3 changes: 3 additions & 0 deletions tests/JobCreatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,9 @@ public function provideGetInstallerVersionFromComposer(): array
['myaccount/silverstripe-somemodule', '4', ['silverstripe/framework' => '^6'], 'package', ''],
['myaccount/silverstripe-somemodule', '4', ['silverstripe/framework' => '^6'], '', ''],
['myaccount/silverstripe-somemodule', '4', [], '', ''],
// // recipe-plugin and vendor-plugin do not override framework
['myaccount/silverstripe-admin', 'mybranch', ['silverstripe/recipe-plugin' => '^2', 'silverstripe/framework' => '^6'], 'silverstripe-vendormodule', '6.x-dev'],
['myaccount/silverstripe-admin', 'mybranch', ['silverstripe/vendor-plugin' => '^2', 'silverstripe/framework' => '^6'], 'silverstripe-vendormodule', '6.x-dev'],
];
}

Expand Down

0 comments on commit ff51f00

Please sign in to comment.