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

Unable to install via composer #1

Open
Phliplip opened this issue Oct 13, 2023 · 0 comments
Open

Unable to install via composer #1

Phliplip opened this issue Oct 13, 2023 · 0 comments

Comments

@Phliplip
Copy link

Phliplip commented Oct 13, 2023

Getting the following error on Laravel 10 with Breeze

$ composer require loafer/laravel-gateway-api
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Symfony/Component/Console/Command/DumpCompletionCommand.php:48
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Symfony/Component/Console/Command/DumpCompletionCommand.php:56
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/Autoload/AutoloadGenerator.php:879
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/Autoload/AutoloadGenerator.php:884
Using version ^0.3.0 for loafer/laravel-gateway-api
./composer.json has been updated
Running composer update loafer/laravel-gateway-api
Loading composer repositories with package information
Updating dependencies
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/DependencyResolver/Problem.php:366
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires loafer/laravel-gateway-api ^0.3.0 -> satisfiable by loafer/laravel-gateway-api[0.3.0].
- loafer/laravel-gateway-api 0.3.0 requires illuminate/support ^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

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

1 participant