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

Problem install kunstmaan/bundles-cms with new symfony 6.4 project #3499

Open
gitman2015 opened this issue Feb 15, 2025 · 0 comments
Open

Problem install kunstmaan/bundles-cms with new symfony 6.4 project #3499

gitman2015 opened this issue Feb 15, 2025 · 0 comments

Comments

@gitman2015
Copy link

composer require kunstmaan/bundles-cms:7.x-dev
./composer.json has been updated
Running composer update kunstmaan/bundles-cms
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires kunstmaan/bundles-cms 7.x-dev -> satisfiable by kunstmaan/bundles-cms[7.x-dev].
- kunstmaan/bundles-cms 7.x-dev requires doctrine/orm ^2.13 -> found doctrine/orm[2.13.0, ..., 2.20.2] but it conflicts with your root composer.json require (^3.3).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

c:\SYMFONY_PROJECTS\KunstmaanCMS_bundle   main 
λ composer require kunstmaan/bundles-cms -W
./composer.json has been updated
Running composer update kunstmaan/bundles-cms --with-all-dependencies
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
- Root composer.json requires kunstmaan/bundles-cms * -> satisfiable by kunstmaan/bundles-cms[3.0.0, ..., 3.6.3, 4.0.0, ..., 4.2.3, 5.0.0, ..., 5.10.7, 6.0.0, ..., 6.4.4, 7.0.0, ..., 7.2.0].
- kunstmaan/bundles-cms[3.0.0, ..., 3.2.3] require doctrine/orm ~2.2,>=2.2.3 -> found doctrine/orm[2.2.3, ..., 2.20.2] but it conflicts with your root composer.json require (^3.3).
- kunstmaan/bundles-cms 3.2.4 requires doctrine/orm ~2.2,>=2.2.3,<2.5 -> found doctrine/orm[2.2.3, ..., v2.4.8] but it conflicts with your root composer.json require (^3.3).
- kunstmaan/bundles-cms[3.2.4.1, ..., 3.6.3] require doctrine/orm ~2.5.0 -> found doctrine/orm[v2.5.0, ..., v2.5.14] but it conflicts with your root composer.json require (^3.3).
- kunstmaan/bundles-cms[4.0.0, ..., 4.2.3, 5.0.0, ..., 5.1.2] require doctrine/orm ^2.5 -> found doctrine/orm[v2.5.0, ..., 2.20.2] but it conflicts with your root composer.json require (^3.3).
- kunstmaan/bundles-cms[5.9.0, ..., 5.10.7, 6.0.0, ..., 6.0.6] require symfony/mime ^4.4 -> found symfony/mime[v4.4.0, ..., v4.4.47] but it conflicts with your root composer.json require (6.4.*).
- kunstmaan/bundles-cms[5.2.0, ..., 5.6.6] require php ^7.1 -> your php version (8.3.2) does not satisfy that requirement.
- kunstmaan/bundles-cms[5.7.0, ..., 5.8.1] require php ^7.2 -> your php version (8.3.2) does not satisfy that requirement.
- kunstmaan/bundles-cms[6.1.0, ..., 6.1.9] require symfony/cache ^4.4|^5.3 -> found symfony/cache[v4.4.0, ..., v4.4.48, v5.3.0, ..., v5.4.46] but these were not loaded, likely because it conflicts with another require.
- kunstmaan/bundles-cms[6.2.0, ..., 6.2.5] require symfony/cache ^4.4|^5.4 -> found symfony/cache[v4.4.0, ..., v4.4.48, v5.4.0, ..., v5.4.46] but these were not loaded, likely because it conflicts with another require.
- kunstmaan/bundles-cms[6.3.0, ..., 6.4.4, 7.0.0, ..., 7.0.5] require symfony/cache ^5.4 -> found symfony/cache[v5.4.0, ..., v5.4.46] but these were not loaded, likely because it conflicts with another require.
- kunstmaan/bundles-cms[7.1.0, ..., 7.2.0] require doctrine/orm ^2.13 -> found doctrine/orm[2.13.0, ..., 2.20.2] but it conflicts with your root composer.json require (^3.3).

You can also try re-running composer require with an explicit version constraint, e.g. "composer require kunstmaan/bundles-cms:*" to figure out if any version is installable, or "composer require kunstmaan/bundles-cms:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

{
"type": "project",
"license": "proprietary",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"ext-ctype": "",
"ext-iconv": "
",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/doctrine-migrations-bundle": "^3.4",
"doctrine/orm": "^3.3",
"phpdocumentor/reflection-docblock": "^5.6",
"phpstan/phpdoc-parser": "^2.0",
"symfony/asset": "6.4.",
"symfony/asset-mapper": "6.4.
",
"symfony/console": "6.4.",
"symfony/doctrine-messenger": "6.4.
",
"symfony/dotenv": "6.4.",
"symfony/expression-language": "6.4.
",
"symfony/flex": "^2",
"symfony/form": "6.4.",
"symfony/framework-bundle": "6.4.
",
"symfony/http-client": "6.4.",
"symfony/intl": "6.4.
",
"symfony/mailer": "6.4.",
"symfony/mime": "6.4.
",
"symfony/monolog-bundle": "^3.0",
"symfony/notifier": "6.4.",
"symfony/process": "6.4.
",
"symfony/property-access": "6.4.",
"symfony/property-info": "6.4.
",
"symfony/runtime": "6.4.",
"symfony/security-bundle": "6.4.
",
"symfony/serializer": "6.4.",
"symfony/stimulus-bundle": "^2.23",
"symfony/string": "6.4.
",
"symfony/translation": "6.4.",
"symfony/twig-bundle": "6.4.
",
"symfony/ux-turbo": "^2.23",
"symfony/validator": "6.4.",
"symfony/web-link": "6.4.
",
"symfony/yaml": "6.4.",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"App\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\Tests\": "tests/"
}
},
"replace": {
"symfony/polyfill-ctype": "
",
"symfony/polyfill-iconv": "",
"symfony/polyfill-php72": "
",
"symfony/polyfill-php73": "",
"symfony/polyfill-php74": "
",
"symfony/polyfill-php80": "",
"symfony/polyfill-php81": "
"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"importmap:install": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"conflict": {
"symfony/symfony": ""
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.
"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.4.",
"symfony/css-selector": "6.4.
",
"symfony/debug-bundle": "6.4.",
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^7.2",
"symfony/stopwatch": "6.4.
",
"symfony/web-profiler-bundle": "6.4.*"
}
}

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