Skip to content

Commit 6d70300

Browse files
Constrain Ziggy version to ^0.9.4 (#395)
1 parent a3bb7d3 commit 6d70300

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:^0.2.4', '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:^0.9.4'], base_path()))
252252
->setTimeout(null)
253253
->run(function ($type, $output) {
254254
$this->output->write($output);

0 commit comments

Comments
 (0)