In an existing repo using Symfony 6.4, Twig 3 and APiPlatform 3, I can't install.
composer require teltek/pumukit-oai-bundle
./composer.json has been updated
Running composer update teltek/pumukit-oai-bundle
Loading composer repositories with package information
Restricting packages listed in "symfony/symfony" to "^6.4"
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- teltek/pumukit-oai-bundle[1.0.1, ..., 1.0.x-dev] require pumukit/pumukit >=3.1 -> satisfiable by pumukit/pumukit[3.1.0, ..., 3.9.x-dev, 4.0.0-RC1, ..., 4.0.x-dev, 9999999-dev].
- teltek/pumukit-oai-bundle 1.0.0 requires pumukit/pumukit >=3.0 -> satisfiable by pumukit/pumukit[3.0.0, ..., 3.9.x-dev, 4.0.0-RC1, ..., 4.0.x-dev, 9999999-dev].
- teltek/pumukit-oai-bundle dev-master requires pumukit/pumukit ^4.0 -> satisfiable by pumukit/pumukit[4.0.0-RC1, ..., 4.0.x-dev].
- pumukit/pumukit[3.0.0, ..., 3.9.x-dev] require twig/twig ~2.0 -> found twig/twig[v2.0.0, ..., 2.x-dev] but it conflicts with your root composer.json require (^3.7.1).
- pumukit/pumukit 4.0.0-RC1 requires api-platform/core ^2.5 -> found api-platform/core[v2.5.0-beta.1, ..., 2.7.x-dev] but it conflicts with your root composer.json require (^3.2).
- pumukit/pumukit[dev-master, 4.0.0, ..., 4.0.x-dev] require symfony/asset ^5.0 -> found symfony/asset[v5.0.0-BETA1, ..., 5.4.x-dev] but it conflicts with your root composer.json require (^6.3).
- Root composer.json requires teltek/pumukit-oai-bundle * -> satisfiable by teltek/pumukit-oai-bundle[dev-master, 1.0.0, ..., 1.0.x-dev].
In an existing repo using Symfony 6.4, Twig 3 and APiPlatform 3, I can't install.