You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
While installing via composer getting the following error.
I am using
"laravel/framework": "^10.10",
I also tried to install via
composer require iodigital/peachpayment:*
it generates the following errorand when I tried with
composer require iodigital/peachpayment:^2.1
it gives me the following errorThe text was updated successfully, but these errors were encountered: