-
Notifications
You must be signed in to change notification settings - Fork 56
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
Are there any plans to make this compatible with Laravel 10? #112
Comments
I would be interested in this too, and many others I guess. |
The |
Please, update to be compatible with Laravel 10 |
I understand the difficulties of balancing the maintenance of freeware with eking out a living, but a simple yes or no would be appreciated, so I know if I should consider other options. |
@arcanedev-maroc Would love Laravel 10 support on this please. |
@arcanedev-maroc Laravel 10 bump would be awesome |
@arcanedev-maroc I would like to write this comment because we still interest to Laravel 10 support 👍 |
Ideally this would get some attention, but for those stuck on this, you can get around it with Composer aliasing. For example, to get this to install for Laravel 11 app, I added the following to my "arcanedev/php-html": "8.1.0 as 6.0.0",
"arcanedev/support": "11.0.0 as 9.0.0", YMMV. |
Description:
Only one of these can be installed: illuminate/contracts[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.4, v10.0.0, ..., v10.2.0], laravel/framework[v10.0.0, ..., v10.2.0]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
Steps To Reproduce:
composer update
The text was updated successfully, but these errors were encountered: