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

Incompatible with Laravel 10 #673

Open
tomatoTom opened this issue Feb 11, 2023 · 6 comments
Open

Incompatible with Laravel 10 #673

tomatoTom opened this issue Feb 11, 2023 · 6 comments

Comments

@tomatoTom
Copy link

PHP 8.2, Laravel 10.0

Tried to install it with composer: composer require gloudemans/shoppingcart

Response:

 - gloudemans/shoppingcart[dev-master, 2.6.0] require illuminate/support 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* -> found illuminate/support[v5.1.1, ..., 5.7.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires gloudemans/shoppingcart * -> satisfiable by gloudemans/shoppingcart[dev-master, dev-dev-laravel55, 1.0, ..., 1.3, 2.0.0, ..., 2.6.0, 9999999-dev].
@MichaelBelgium
Copy link

MichaelBelgium commented Feb 21, 2023

I updated my fork for laravel 10
Currently in a test phase because of big changes

@tomatoTom
Copy link
Author

Thank you @MichaelBelgium ! :)

@arif98741
Copy link

arif98741 commented Mar 7, 2023

PHP 8.2, Laravel 10.0

Tried to install it with composer: composer require gloudemans/shoppingcart

Response:

 - gloudemans/shoppingcart[dev-master, 2.6.0] require illuminate/support 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* -> found illuminate/support[v5.1.1, ..., 5.7.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires gloudemans/shoppingcart * -> satisfiable by gloudemans/shoppingcart[dev-master, dev-dev-laravel55, 1.0, ..., 1.3, 2.0.0, ..., 2.6.0, 9999999-dev].

I added support for laravel 8, 9, 10 and 11 in my own fork repository.
here is the link to see

@timojokinen
Copy link

PHP 8.2, Laravel 10.0
Tried to install it with composer: composer require gloudemans/shoppingcart
Response:

 - gloudemans/shoppingcart[dev-master, 2.6.0] require illuminate/support 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* -> found illuminate/support[v5.1.1, ..., 5.7.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires gloudemans/shoppingcart * -> satisfiable by gloudemans/shoppingcart[dev-master, dev-dev-laravel55, 1.0, ..., 1.3, 2.0.0, ..., 2.6.0, 9999999-dev].

I added support for laravel 8, 9 and 10 in my own fork repository. here is the link to see

are you using this in production somewhere? Does it work reliably? I need to upgrade an old project using this library and would appreciate your insights.

@arif98741
Copy link

arif98741 commented Dec 2, 2023

PHP 8.2, Laravel 10.0
Tried to install it with composer: composer require gloudemans/shoppingcart
Response:

 - gloudemans/shoppingcart[dev-master, 2.6.0] require illuminate/support 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* -> found illuminate/support[v5.1.1, ..., 5.7.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires gloudemans/shoppingcart * -> satisfiable by gloudemans/shoppingcart[dev-master, dev-dev-laravel55, 1.0, ..., 1.3, 2.0.0, ..., 2.6.0, 9999999-dev].

I added support for laravel 8, 9 and 10 in my own fork repository. here is the link to see

are you using this in production somewhere? Does it work reliably? I need to upgrade an old project using this library and would appreciate your insights.

you should use another updated package

@jangaraev
Copy link

@Crinsane could you let us know, is it planned to add support for Laravel 10+?

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

5 participants