-
Notifications
You must be signed in to change notification settings - Fork 813
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
Laravel 11 Compatible Fork Is Here [INFO] #773
Comments
Thanks. Added a star to that repository. Hope it will be maintained. |
We've got quite a lot built on top of it, so the Laravel and PHP compatibility will be kept up to date. |
@fulopattila122 I'd be great is you could also allow phpunit 11. Laravel 11 uses phpunit 11. |
Laravel 11 internally allows either PHPUnit v10 or v11 see: https://github.com/laravel/framework/blob/11.x/composer.json#L112 |
Yeah I wish developers would learn from this. If you are going to deprecate a package, be kind and modify the composer "require" to be as forgiving as possible. |
@fulopattila122 please enable issues in your repo aswell so people can post any issues they are facing. |
I somehow created a fork version to support |
I've enabled the discussions in the repo. TBH, I'm reluctant to enable issues, since we don't really have the aim/bandwidth to add any new features. We only want to maintain the package as-is, keep the compatibility with Laravel 10, 11 and maybe later versions, and recent PHP versions. I'm concerned that having the issues enabled would make people think that feature/change requests will be tackled. |
imo many people don't expect any feature enhancements at all, also you can add a note in readme saying, if you want to see any new feature, simply send PR with all tests etc. |
…update all composer depencies thanks to https://stackoverflow.com/a/74760024
…update all composer depencies thanks to https://stackoverflow.com/a/74760024
If anyone else like me is willing to win a few more months before replacing this package 😆 here's a drop-in replacement fork:
https://github.com/artkonekt/html
It supports Laravel 10 & 11; PHP 8.1 - 8.3. Other than that, the package, including the namespaces is unchanged.
Running this:
will replace the package and tell composer that it replaces
laravelcollective/html
which means the transition is seamless:No further code changes are necessary.
The text was updated successfully, but these errors were encountered: