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

Are there any plans to make this compatible with Laravel 10? #112

Open
da40 opened this issue Mar 6, 2023 · 8 comments
Open

Are there any plans to make this compatible with Laravel 10? #112

da40 opened this issue Mar 6, 2023 · 8 comments

Comments

@da40
Copy link

da40 commented Mar 6, 2023

  • noCaptcha Version: 13.0
  • Laravel Version: 10.0
  • PHP Version: 8.1

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

@merlin334
Copy link

I would be interested in this too, and many others I guess.

@dcmastenbroek
Copy link

The arcanedev/support package, which is used by this project, has already been updated to work with Laravel 10. I assume they will also update this project soon too.

@albertone
Copy link

Please, update to be compatible with Laravel 10

@da40
Copy link
Author

da40 commented Mar 22, 2023

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.

@jonathan-bird
Copy link

@arcanedev-maroc Would love Laravel 10 support on this please.

@ligoo
Copy link

ligoo commented Apr 10, 2023

@arcanedev-maroc Laravel 10 bump would be awesome

@acoBOYZ
Copy link

acoBOYZ commented Nov 2, 2023

@arcanedev-maroc I would like to write this comment because we still interest to Laravel 10 support 👍

@jasonmccreary
Copy link

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 composer.json.

"arcanedev/php-html": "8.1.0 as 6.0.0",
"arcanedev/support": "11.0.0 as 9.0.0",

YMMV.

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

No branches or pull requests

8 participants