Skip to content

Commit

Permalink
Lock inertiajs/inertia-laravel to ^0.2.4 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker authored Oct 21, 2020
1 parent 066ccf5 commit 5a1967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ protected function livewireRouteDefinition()
protected function installInertiaStack()
{
// Install Inertia...
(new Process(['composer', 'require', 'inertiajs/inertia-laravel', 'laravel/sanctum:^2.6', 'tightenco/ziggy'], base_path()))
(new Process(['composer', 'require', 'inertiajs/inertia-laravel:^0.2.4', 'laravel/sanctum:^2.6', 'tightenco/ziggy'], base_path()))
->setTimeout(null)
->run(function ($type, $output) {
$this->output->write($output);
Expand Down

0 comments on commit 5a1967b

Please sign in to comment.