ryangjchandler / laravel-cloudflare-turnstile

A simple package to help integrate Cloudflare Turnstile.
MIT License
232 stars 12 forks source link

Incompatibility with Laravel v10.x.x #11

Closed nbeerten closed 1 year ago

nbeerten commented 1 year ago

Incompatible with Laravel v10.x.x:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0].
    - ryangjchandler/laravel-cloudflare-turnstile v0.2.0 requires illuminate/contracts ^9.0 -> satisfiable by illuminate/contracts[v9.0.0, ..., v9.52.0].
    - 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.0, v10.0.0], laravel/framework[v10.0.0]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
    - Root composer.json requires ryangjchandler/laravel-cloudflare-turnstile ^0.2.0 -> satisfiable by ryangjchandler/laravel-cloudflare-turnstile[v0.2.0].
ryangjchandler commented 1 year ago

Yeah I need to add support for L10 still.