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

Unable to install composer require typicms/pages and composer require typicms/menus and maybe so on #272

Open
verontheservant opened this issue Dec 28, 2023 · 1 comment

Comments

@verontheservant
Copy link

With laravel 10.10
composer require typicms/menus
./composer.json has been updated
Running composer update typicms/menus
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- typicms/menus[1.8.0, ..., v1.8.6] require typicms/core ~1.8.0 -> found typicms/core[1.8.0, ..., v1.8.7] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[v2.0.0, ..., v2.0.20] require typicms/core ~2.0.0 -> found typicms/core[v2.0.0, ..., v2.0.30] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[v2.1.0, ..., v2.1.2] require typicms/core ~2.1.0 -> found typicms/core[v2.1.0, ..., v2.1.8] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[v2.2.0, ..., v2.2.1] require typicms/core ~2.2.0 -> found typicms/core[v2.2.0, v2.2.1, v2.2.2] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus v2.3.0 requires typicms/core ~2.3.0 -> found typicms/core[v2.3.0, v2.3.1, v2.3.2] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[v2.4.0, ..., v2.4.7] require typicms/core ~2.4.0 -> found typicms/core[v2.4.0, ..., v2.4.27] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[2.5.0, ..., 2.5.5] require typicms/core ~2.5.0 -> found typicms/core[2.5.0, ..., 2.5.13] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus 2.6.0 requires typicms/core ~2.6.0 -> found typicms/core[2.6.0, ..., 2.6.6] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[2.7.0, ..., 2.7.1] require typicms/core ~2.7.0 -> found typicms/core[2.7.0, ..., 2.7.33] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[2.8.0, ..., 2.8.2] require typicms/core ~2.8.0 -> found typicms/core[2.8.0, ..., 2.8.9] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[2.9.0, ..., 2.9.2] require typicms/core ~2.9.0 -> found typicms/core[2.9.0, 2.9.1, 2.9.2, 2.9.3] but it conflicts with your root composer.json require (^11.0.0).
- typicms/menus[3.0.0, ..., 3.0.5, 4.0.0, ..., 4.0.2] require laravel/framework ~5.5.0 -> found laravel/framework[v5.5.0, ..., v5.5.50] but it conflicts with your root composer.json require (^10.10).
- typicms/menus[5.0.0, ..., 5.0.8] require laravel/framework ~5.7.0 -> found laravel/framework[v5.7.0, ..., v5.7.29] but it conflicts with your root composer.json require (^10.10).
- typicms/menus[6.0.0, ..., 6.0.3] require laravel/framework ~5.8.0 -> found laravel/framework[v5.8.0, ..., v5.8.38] but it conflicts with your root composer.json require (^10.10).
- typicms/menus[7.0.0, ..., 7.0.6] require laravel/framework ~6.0 -> found laravel/framework[v6.0.0, ..., v6.20.44] but it conflicts with your root composer.json require (^10.10).
- typicms/menus[8.0.0, ..., 8.0.2, 9.0.0, ..., 9.0.12] require laravel/framework ~8.0 -> found laravel/framework[v8.0.0, ..., v8.83.27] but it conflicts with your root composer.json require (^10.10).
- Root composer.json requires typicms/menus * -> satisfiable by typicms/menus[1.8.0, 1.8.1, v1.8.5, v1.8.6, v2.0.0, ..., 2.9.2, 3.0.0, ..., 3.0.5, 4.0.0, 4.0.1, 4.0.2, 5.0.0, ..., 5.0.8, 6.0.0, 6.0.1, 6.0.2, 6.0.3, 7.0.0, ..., 7.0.6, 8.0.0, 8.0.1, 8.0.2, 9.0.0, ..., 9.0.12].

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 typicms/menus:*" to figure out if any version is installable, or "composer require typicms/menus:^2.1" if you know which you need.

@verontheservant
Copy link
Author

{ "name": "typicms/base", "type": "project", "description": "A multilingual CMS built with Laravel", "keywords": [ "cms", "multilingual", "laravel", "typi" ], "license": "MIT", "authors": [ { "name": "Samuel De Backer", "email": "samuel@typidesign.be", "role": "Developer" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/TypiCMS/Laravel-Sidebar.git" } ], "require": { "php": "^8.1", "bkwld/croppa": "^6.0.2", "eluceo/ical": "^2.12", "genealabs/laravel-model-caching": "^0.13.4", "guzzlehttp/guzzle": "^7.2", "laracasts/presenter": "^0.2.6", "laracasts/utilities": "^3.2.2", "laravel/framework": "^10.10", "laravel/prompts": "^0.1.13", "laravel/sanctum": "^3.3", "laravel/tinker": "^2.8", "laravel/ui": "^4.2.1", "maatwebsite/excel": "^3.1.48", "maatwebsite/laravel-sidebar": "^1.2.3", "msurguy/honeypot": "^1.2", "spatie/eloquent-sortable": "^4.0.2", "spatie/laravel-feed": "^4.2.1", "spatie/laravel-permission": "^5.10.1", "spatie/laravel-query-builder": "^5.2", "spatie/laravel-translatable": "6.5.4", "symfony/http-client": "^6.2.9", "symfony/mailgun-mailer": "^6.2.7", "typicms/core": "^11.0.0", "typicms/laravel-translatable-bootforms": "^8.0", "typicms/nestablecollection": "^3.0", "typicms/news": "^11.0", "typicms/things": "^11.0.0", "typidesign/laravel-artisan-translations": "~3.0", "ultrono/laravel-sitemap": "^9.3" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.9", "fakerphp/faker": "^1.9.1", "laravel/pint": "^1.0", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-laravel": "^2.0", "spatie/laravel-ignition": "^2.0" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/", "TypiCMS\\Modules\\": "Modules/" }, "files": [ "app/helpers.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi", "@php artisan storage:link" ] }, "extra": { "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true } }, "minimum-stability": "stable", "prefer-stable": true }

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