cloudcreativity / laravel-stripe

Laravel integration for Stripe, including Stripe Connect.
Apache License 2.0
40 stars 11 forks source link

Installation error with Laravel 11 #18

Open sinkovmikhail opened 5 months ago

sinkovmikhail commented 5 months ago

Dependency problem occurs when installing in Laravel 11. Doesn't have any plan to upgrade anymore?

  Problem 1
    - cloudcreativity/laravel-stripe dev-develop requires illuminate/console ^10.0 -> found illuminate/console[v10.0.0, ..., v10.48.11] but these were not loaded, likely because it conflicts with another require.
    - cloudcreativity/laravel-stripe 1.x-dev is an alias of cloudcreativity/laravel-stripe dev-develop and thus requires it to be installed too.
    - Root composer.json requires cloudcreativity/laravel-stripe 1.x-dev -> satisfiable by cloudcreativity/laravel-stripe[1.x-dev (alias of dev-develop)].
lindyhopchris commented 5 months ago

Hi. Yeah I need to do an upgrade, but not sure when I'll get to it. I would take a PR if you want it quickly?

lindyhopchris commented 2 months ago

Looks like we'd also need to update the Stripe SDK from 7.x to 13.x, as Laravel Cashier is now using 13.x. Not sure how much work that actually is.