Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edgrosvenor committed Aug 7, 2020
1 parent 19afefd commit 31b0a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GenerateShiftableConfigsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GenerateShiftableConfigsCommand extends Command

public function handle(Configurations $configurations)
{
$versions = ['5.5', '5.6', '5.7', '5.8', '6.0', '7.0'];
$versions = ['5.5', '5.6', '5.7', '5.8', '6.0', '7.0', '8.0'];

$laravel = explode('.', preg_replace('/[^0-9.]/', '',
json_decode(File::get(base_path('/composer.json')), true)['require']['laravel/framework']));
Expand Down

0 comments on commit 31b0a15

Please sign in to comment.