@@ -673,11 +673,11 @@ public function provideGetInstallerVersionCMS5FromComposer(): array
673673 ['myaccount/silverstripe-framework ' , '5 ' , [], '5.x-dev ' ],
674674 ['myaccount/silverstripe-framework ' , '5.10 ' , [], '5.10.x-dev ' ],
675675 // fallback to looking at deps in composer.json, use current minor of installer .x-dev
676- ['myaccount/silverstripe-admin ' , 'mybranch ' , ['silverstripe/framework ' => '5.x-dev ' ], '5.0. x-dev ' ],
676+ ['myaccount/silverstripe-admin ' , 'mybranch ' , ['silverstripe/framework ' => '5.x-dev ' ], '5.x-dev ' ],
677677 ['myaccount/silverstripe-admin ' , 'mybranch ' , ['silverstripe/framework ' => '5.0.x-dev ' ], '5.0.x-dev ' ],
678- ['myaccount/silverstripe-admin ' , 'mybranch ' , ['silverstripe/framework ' => '^5 ' ], '5.0 .x-dev ' ],
679- ['myaccount/silverstripe-somemodule ' , 'mybranch ' , ['silverstripe/cms ' => '^5 ' ], '5.0 .x-dev ' ],
680- ['myaccount/silverstripe-somemodule ' , 'mybranch ' , ['silverstripe/admin ' => '^2 ' ], '5.0 .x-dev ' ],
678+ ['myaccount/silverstripe-admin ' , 'mybranch ' , ['silverstripe/framework ' => '^5 ' ], '5.1 .x-dev ' ],
679+ ['myaccount/silverstripe-somemodule ' , 'mybranch ' , ['silverstripe/cms ' => '^5 ' ], '5.1 .x-dev ' ],
680+ ['myaccount/silverstripe-somemodule ' , 'mybranch ' , ['silverstripe/admin ' => '^2 ' ], '5.1 .x-dev ' ],
681681 ['myaccount/silverstripe-somemodule ' , '3 ' , ['silverstripe/framework ' => '^5 ' ], '5.x-dev ' ],
682682 ];
683683 }
0 commit comments