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 #26

Open
Shaz3e opened this issue Nov 21, 2023 · 0 comments
Open

Unable to install via composer #26

Shaz3e opened this issue Nov 21, 2023 · 0 comments

Comments

@Shaz3e
Copy link

Shaz3e commented Nov 21, 2023

While installing via composer getting the following error.

Problem 1
    - Root composer.json requires iodigital/peachpayment * -> satisfiable by iodigital/peachpayment[0.0.1, ..., 0.0.10, 1.0.0].
    - iodigital/peachpayment[0.0.1, ..., 0.0.10, 1.0.0] require illuminate/support ~5|~6|~7 -> found illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6] but these were not loaded, likely because it conflicts with another require.

I am using "laravel/framework": "^10.10",

I also tried to install via composer require iodigital/peachpayment:* it generates the following error

Problem 1
    - Root composer.json requires iodigital/peachpayment * -> satisfiable by iodigital/peachpayment[0.0.1, ..., 0.0.10, 1.0.0].
    - iodigital/peachpayment[0.0.1, ..., 0.0.10, 1.0.0] require illuminate/support ~5|~6|~7 -> found illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6] but these were not loaded, likely because it conflicts with another require.

and when I tried with composer require iodigital/peachpayment:^2.1 it gives me the following error

Problem 1
    - Root composer.json requires iodigital/peachpayment 2.1, found iodigital/peachpayment[dev-feature.send-unique-transaction-id, dev-dependabot/composer/symfony/http-kernel-4.4.50, dev-dependabot/composer/league/flysystem-1.1.4, dev-dependabot/composer/laravel/framework-6.20.26, dev-dependabot/composer/guzzlehttp/guzzle-7.4.5, dev-fix-route-registration, dev-dependabot/composer/guzzlehttp/psr7-1.9.1, dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9, dev-dependabot/npm_and_yarn/glob-parent-5.1.2, dev-dependabot/npm_and_yarn/path-parse-1.0.7, dev-syntax-fixes, dev-webhook-events, dev-handle-webhooks, dev-tweaks-and-fixes, dev-master, dev-cleanup, 0.0.1, ..., 0.0.10, 1.0.0] but it does not match the constraint.
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