Skip to content

Commit

Permalink
Remove temporary branch set when developing
Browse files Browse the repository at this point in the history
  • Loading branch information
sircxes committed Feb 13, 2024
1 parent 43143e1 commit dbe9a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/MelisMarketPlaceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public function melisMarketPlaceProductDoAction()
* then it should use the \MelisMarketPlace\Service\MelisMarketPlaceSiteInstallService
* else, then use the regular composer download
*/
$composerSvc->download($package, 'dev-update/php83');
$composerSvc->download($package);
}
break;
case $composerSvc::UPDATE:
Expand Down

0 comments on commit dbe9a97

Please sign in to comment.