laravel-ready / license-server

Ready to use License Server package for Laravel. Add a licensing system to your products or services.
MIT License
98 stars 21 forks source link

Laravel 11 #9

Open quBITcode opened 6 months ago

quBITcode commented 6 months ago

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

Problem 1

You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel-ready/license-server:*" to figure out if any version is installable, or "composer require laravel-ready/license-server:^2.1" if you know which you need.

maxleistner commented 4 months ago

+1

relliv commented 4 months ago

@maxleistner Hi, if it's possible can you share your console output?

maxleistner commented 4 months ago

@maxleistner Hi, if it's possible can you share your console output?

Problem 1
    - laravel-ready/license-connector[1.0.1, ..., 1.1.1] require illuminate/support ^9.0 -> found illuminate/support[v9.0.0-beta.1, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
    - laravel-ready/license-connector v1.1.2 requires illuminate/support ^10.0 || ^9.0 -> found illuminate/support[v9.0.0-beta.1, ..., v9.52.16, v10.0.0, ..., v10.48.12] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires laravel-ready/license-connector * -> satisfiable by laravel-ready/license-connector[1.0.1, 1.1.1, v1.1.2].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel-ready/license-connector:*" to figure out if any version is installable, or "composer require laravel-ready/license-connector:^2.1" if you know which you need.
maxleistner commented 4 months ago

Ah sorry. Wrong repo. My error occured within license-connector

relliv commented 4 months ago

Ah sorry. Wrong repo. My error occured within license-connector

Ah ok ok, I'II update in a few minutes. Thank you your reminder.