Skip to content

Commit

Permalink
[1.x] Fix unexpected ':' in key-value array
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker committed Feb 18, 2021
1 parent 71f0611 commit 2676065
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 @@ -108,7 +108,7 @@ protected function installInertiaStack()
return [
'@inertiajs/inertia' => '^0.8.4',
'@inertiajs/inertia-vue3' => '^0.3.5',
'@inertiajs/progress': '^0.2.4',
'@inertiajs/progress' => '^0.2.4',
'@tailwindcss/forms' => '^0.2.1',
'@vue/compiler-sfc' => '^3.0.5',
'autoprefixer' => '^10.2.4',
Expand Down

0 comments on commit 2676065

Please sign in to comment.