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
Hi there, I have a question about support for these packages. Has support been permanently stopped for this package?
This is what happened after I downloaded it into a Laravel project running version 10:
`Problem 1
- tomorrow-ideas/plaid-sdk-php[0.4, ..., 0.7] require nimbly/shuttle ^0.3 -> satisfiable by nimbly/shuttle[0.3, 0.3.1, 0.3.2, 0.3.3].
- tomorrow-ideas/plaid-sdk-php[0.8, ..., 0.14, 1.0, ..., 1.0.9] require nimbly/shuttle ^0.4 -> satisfiable by nimbly/shuttle[0.4].
- nimbly/shuttle 0.3.3 requires nimbly/capsule ^0.11 -> satisfiable by nimbly/capsule[0.11].
- nimbly/shuttle 0.4 requires nimbly/capsule ^1.0 -> satisfiable by nimbly/capsule[1.0, 1.1, 1.1.1, 1.1.2].
- tomorrow-ideas/plaid-sdk-php[0.1, ..., 0.3] require php ~7.2 -> your php version (8.2.11) does not satisfy that requirement.
- nimbly/capsule[0.11, 1.0, ..., 1.1.2] require psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- nimbly/shuttle[0.3, ..., 0.3.2] require php ^7.2 -> your php version (8.2.11) does not satisfy that requirement.
- Root composer.json requires tomorrow-ideas/plaid-sdk-php * -> satisfiable by tomorrow-ideas/plaid-sdk-php[0.1, ..., 0.14, 1.0, ..., 1.0.9].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require tomorrow-ideas/plaid-sdk-php:*" to figure out if any version is installable, or "composer require tomorrow-ideas/plaid-sdk-php:^2.1" if you know which you need.`
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there, I have a question about support for these packages. Has support been permanently stopped for this package?
This is what happened after I downloaded it into a Laravel project running version 10:
`Problem 1
- tomorrow-ideas/plaid-sdk-php[0.4, ..., 0.7] require nimbly/shuttle ^0.3 -> satisfiable by nimbly/shuttle[0.3, 0.3.1, 0.3.2, 0.3.3].
- tomorrow-ideas/plaid-sdk-php[0.8, ..., 0.14, 1.0, ..., 1.0.9] require nimbly/shuttle ^0.4 -> satisfiable by nimbly/shuttle[0.4].
- nimbly/shuttle 0.3.3 requires nimbly/capsule ^0.11 -> satisfiable by nimbly/capsule[0.11].
- nimbly/shuttle 0.4 requires nimbly/capsule ^1.0 -> satisfiable by nimbly/capsule[1.0, 1.1, 1.1.1, 1.1.2].
- tomorrow-ideas/plaid-sdk-php[0.1, ..., 0.3] require php ~7.2 -> your php version (8.2.11) does not satisfy that requirement.
- nimbly/capsule[0.11, 1.0, ..., 1.1.2] require psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- nimbly/shuttle[0.3, ..., 0.3.2] require php ^7.2 -> your php version (8.2.11) does not satisfy that requirement.
- Root composer.json requires tomorrow-ideas/plaid-sdk-php * -> satisfiable by tomorrow-ideas/plaid-sdk-php[0.1, ..., 0.14, 1.0, ..., 1.0.9].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require tomorrow-ideas/plaid-sdk-php:*" to figure out if any version is installable, or "composer require tomorrow-ideas/plaid-sdk-php:^2.1" if you know which you need.`
Beta Was this translation helpful? Give feedback.
All reactions