-
Notifications
You must be signed in to change notification settings - Fork 8
php 8? #5
Comments
Hello, |
Hi @kleijnweb, |
Thank you, tested with Lumen 8.2.1, unfortunately artisan trowing error, In ConsoleServiceProvider.php line 63:Call to a member function delegate() on null, phpunitgen/console 2.0.0-alpha2 |
Thanks for the feedback @beataburczyk, I'll try to look and fix it soon! |
Hi @beataburczyk, I found the problem. There are two issues:
Feel free if you face any other issue, thanks again for the feedback! |
No luck with 2.0.0-alpha3 too, PHP 8.0.10, the same error like before, if I have chance will check with other fresh Lumen project or Laravel project too. Thanks |
Hi @beataburczyk, did you update the register of the service provider inside your |
Yes, I did |
@beataburczyk as specified in my comment, there is an error in documentation, you must use the other one to get it working: |
Apologise, my wrong reading... it's ok now, no more artisan errors. |
No problem, feel free if you need anything else :) |
PhpUnitGen version 2.0.0 stable released with PHP 8 support. |
Wanted to try this out but the composer constraints don't include php 8, several dependencies as well
The text was updated successfully, but these errors were encountered: