Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] Fix unexpected ':' in key-value array #50

Merged
merged 1 commit into from
Feb 18, 2021
Merged

[1.x] Fix unexpected ':' in key-value array #50

merged 1 commit into from
Feb 18, 2021

Conversation

claudiodekker
Copy link
Contributor

@claudiodekker claudiodekker commented Feb 18, 2021

This fixes a bug introduced in #46, which is currently causing the php artisan breeze:install --inertia call to fail:

 ✝ ~/Code/claudiodekker/test-breeze  master±  php artisan breeze:install --inertia

   ParseError

  syntax error, unexpected ':', expecting ']'

  at /Users/claudiodekker/Code/claudiodekker/breeze/src/Console/InstallCommand.php:111
    107▕         $this->updateNodePackages(function ($packages) {
    108▕             return [
    109▕                 '@inertiajs/inertia' => '^0.8.4',
    110▕                 '@inertiajs/inertia-vue3' => '^0.3.5',
  ➜ 111▕                 '@inertiajs/progress': '^0.2.4',
    112▕                 '@tailwindcss/forms' => '^0.2.1',

@driesvints driesvints merged commit 2dc9adb into laravel:1.x Feb 18, 2021
@driesvints
Copy link
Member

Thanks!

@claudiodekker claudiodekker deleted the fix-install-command branch February 18, 2021 14:16
@driesvints
Copy link
Member

I see that change wasn't released yet so not gonna tag a new release here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants