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

chore(): bump required php version to ^8.0 since using code only available in php 8.0 #59

Merged

Conversation

chrillep
Copy link
Contributor

@chrillep chrillep commented Mar 9, 2023

hello thanks for a great package.

since '::class' on objects is only allowed since PHP 8.0,
and is used at

$model_class = $resource->resource::class;

you can safely bump to 8.0

@chrillep chrillep changed the title chore: use same php require as laravel nova chore(): use same php require as laravel nova Mar 9, 2023
since '::class' on objects is only allowed since PHP 8.0
@chrillep chrillep changed the title chore(): use same php require as laravel nova chore(): dump required php version to ^8.0 since using code only available in php 8.0 Mar 9, 2023
@chrillep chrillep changed the title chore(): dump required php version to ^8.0 since using code only available in php 8.0 chore(): bump required php version to ^8.0 since using code only available in php 8.0 Mar 9, 2023
Copy link
Owner

@simonhamp simonhamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep this is fine. Thanks

@simonhamp simonhamp merged commit 8498979 into simonhamp:main Mar 9, 2023
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