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

Replace array_merge with spread operator in HandleInertiaRequests #537

Closed
wants to merge 1 commit into from

Conversation

osbre
Copy link

@osbre osbre commented Aug 27, 2023

No description provided.

@timacdonald
Copy link
Contributor

This won't work on all version of PHP that Inertia currently supports.

Inertia currently supports 7.2+. The spread operator was introduced in PHP 7.4

@driesvints driesvints deleted the branch inertiajs:master May 15, 2024 15:01
@driesvints driesvints closed this May 15, 2024
@osbre
Copy link
Author

osbre commented May 15, 2024

Any ideas why this package still supports Laravel 8 and PHP 7.3? They both reached EOL.

@driesvints
Copy link
Collaborator

Not really. I think those can be removed soon.

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.

None yet

3 participants