Skip to content

Commit

Permalink
Misc: Added composer flags for Arc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
richdynamix committed Feb 26, 2019
1 parent 2ebdf16 commit 887b65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallArc.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function handle()
$this->publishConfigs();

$this->info('Cleaning up and removing Arc...');
$this->runComposer( 'composer remove richdynamix/arc');
$this->runComposer( 'composer remove richdynamix/arc --ignore-platform-reqs');
}

/**
Expand Down

0 comments on commit 887b65b

Please sign in to comment.