Skip to content

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

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
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