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

Add PHP 8.3 and Laravel 11 compatibility #308

Merged
merged 5 commits into from
May 5, 2024

Conversation

BernhardK91
Copy link
Contributor

What I did

  • Migrate PHPUnit configuration
  • Updated packages to PHP 8.3
  • Updated packages for Laravel 11 compatibility
  • Fixed PHPStan errors
  • Migrated nunomaduro/larastan to larastan/larastan

How to test

  • use PHP 8.3
  • run composer install
  • run vendor/bin/phpstan
  • run vendor/bin/phpunit

Does this need an update to the documentation?

I am not sure abot that.

Fixes #302, #304

@@ -4,7 +4,6 @@ includes:
parameters:
level: 4
ignoreErrors:
- '#Access to an undefined property DOMNamedNodeMap::\$length#'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

PHPStan reported that this error did not occur anymore, so I have removed the ignored error.

@BernhardK91 BernhardK91 changed the title PHP 8.3 and Laravel 11 compatibility Add PHP 8.3 and Laravel 11 compatibility Apr 8, 2024
@erickcg
Copy link

erickcg commented Apr 16, 2024

Hope this gets merged soon

@CodeDredd CodeDredd merged commit e497155 into CodeDredd:master May 5, 2024
2 checks passed
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.

Suppoort PHP 8.3
3 participants