sebastian-mollie / SyliusMolliePlugin-DO-NOT-USE-

OLD Sylius Mollie payment gateway integration. Please use the newest version. I will be closing this repo by the end of the year.
https://github.com/mollie/Sylius/releases/tag/v5.0.0
MIT License
1 stars 4 forks source link

Can't install Mollie Plugin on Sylius 1.1.6 : knp-gaufrette-bundle dependency error #3

Closed GreenItSolutions closed 6 years ago

GreenItSolutions commented 6 years ago

` composer require bitbag/mollie-plugin -vvv Reading ./composer.json Loading config file ./composer.json Checked CA file /etc/ssl/certs/ca-certificates.crt: valid ... Loading plugin PackageVersions\Installer Loading plugin Symfony\Thanks\Thanks Running 1.6.3 (2018-01-31 16:28:17) with PHP 7.2.5-0ubuntu0.18.04.1 on Linux / 4.15.0-22-generic ... Using version ^1.0 for bitbag/mollie-plugin ... Dependency resolution completed in 0.023 seconds Reading /root/.composer/cache/repo/https---packagist.org/provider-knplabs$knp-gaufrette-bundle.json from cache Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content. ` Thanks in advance.

GreenItSolutions commented 6 years ago

Comment for myself (and others too)

MolliePlugin install is fine with Sylius Standard Edition but not with Developer Edition.

damonsson commented 6 years ago

From what you show. You are trying to install a plugin on a Sylius repo. You do not use the tag, only one of the branches (master? I think). That's why composer determined it was 1.0.0. Mollie plugin requires minimum version 1.1. You must switch branch to tag above 1.1 or use branch alias https://getcomposer.org/doc/articles/aliases.md