Skip to content

Commit 5a1967b

Browse files
Lock inertiajs/inertia-laravel to ^0.2.4 (#371)
1 parent 066ccf5 commit 5a1967b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ protected function livewireRouteDefinition()
248248
protected function installInertiaStack()
249249
{
250250
// Install Inertia...
251-
(new Process(['composer', 'require', 'inertiajs/inertia-laravel', 'laravel/sanctum:^2.6', 'tightenco/ziggy'], base_path()))
251+
(new Process(['composer', 'require', 'inertiajs/inertia-laravel:^0.2.4', 'laravel/sanctum:^2.6', 'tightenco/ziggy'], base_path()))
252252
->setTimeout(null)
253253
->run(function ($type, $output) {
254254
$this->output->write($output);

0 commit comments

Comments
 (0)