🇮🇳India deepakaryan1988
Attaching a patch to this problem.
🇮🇳India deepakaryan1988
deepakaryan1988 → created an issue.
🇮🇳India deepakaryan1988
Putting a patch
🇮🇳India deepakaryan1988
deepakaryan1988 → created an issue.
✨ | CKEditor Media Embed Plugin | Add Drush 12 compatibility for custom CKEditor Media Embed Plugin commands
🇮🇳India deepakaryan1988
Re-writing the #5patch for updated code.
🇮🇳India deepakaryan1988
Hi Folks,
I am getting a similar kind of error. It's like a chicken, egg situation.
Hope if anyone can help me out over here.
Here is the error which I am getting:
wodby@php.container:/var/www/html/backend $ composer update
Gathering patches for root package.
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires behat/mink-extension ^2.2 -> satisfiable by behat/mink-extension[v2.2, 2.3.0, 2.3.1, 2.x-dev].
- drupal/core-recommended 10.1.0-alpha1 requires symfony/routing ~v6.2.8 -> satisfiable by symfony/routing[v6.2.8, v6.2.12, v6.2.13, 6.2.x-dev].
- drupal/core-recommended[10.0.3, ..., 10.0.x-dev] require symfony/routing ~v6.2.5 -> satisfiable by symfony/routing[v6.2.5, ..., 6.2.x-dev].
- drupal/core-recommended[10.0.0-rc2, ..., 10.0.2] require symfony/routing ~v6.2.0 -> satisfiable by symfony/routing[v6.2.0-BETA1, ..., 6.2.x-dev].
- drupal/core-recommended 10.0.0-rc1 requires symfony/routing ~v6.2.0-BETA2 -> satisfiable by symfony/routing[v6.2.0-BETA2, ..., 6.2.x-dev].
- Conclusion: don't install symfony/routing v6.2.13 (conflict analysis result)
- drupal/core-recommended[10.1.0-rc1, ..., 10.1.x-dev] require symfony/dependency-injection ~v6.3.0 -> satisfiable by symfony/dependency-injection[v6.3.0-BETA1, ..., 6.3.x-dev].
- drupal/core-recommended 10.1.0-beta1 requires symfony/dependency-injection ~v6.3.0-BETA3 -> satisfiable by symfony/dependency-injection[v6.3.0-BETA3, ..., 6.3.x-dev].
- Conclusion: don't install symfony/dependency-injection v6.3.2 (conflict analysis result)
- Conclusion: don't install symfony/dependency-injection v6.3.4 (conflict analysis result)
- Conclusion: don't install drupal/core-recommended 10.1.3 (conflict analysis result)
- drupal/core-recommended 10.0.0-alpha6 requires drupal/core 10.0.0-alpha6 -> satisfiable by drupal/core[10.0.0-alpha6].
- drupal/core-recommended 10.0.0-alpha5 requires drupal/core 10.0.0-alpha5 -> satisfiable by drupal/core[10.0.0-alpha5].
- drupal/core-recommended 10.0.0-alpha4 requires drupal/core 10.0.0-alpha4 -> satisfiable by drupal/core[10.0.0-alpha4].
- drupal/core-recommended 10.0.0-alpha3 requires drupal/core 10.0.0-alpha3 -> satisfiable by drupal/core[10.0.0-alpha3].
- drupal/core-recommended 10.0.0-alpha2 requires drupal/core 10.0.0-alpha2 -> satisfiable by drupal/core[10.0.0-alpha2].
- drupal/core-recommended 10.0.0-alpha1 requires drupal/core 10.0.0-alpha1 -> satisfiable by drupal/core[10.0.0-alpha1].
- Only one of these can be installed: drupal/core[8.0.0-beta12, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.4.3, 10.0.0-alpha1, ..., 10.0.0-alpha6], drupal/color[1.0.1, 1.0.2, 1.0.3, 1.x-dev]. drupal/core replaces drupal/color and thus cannot coexist with it.
- Root composer.json requires drupal/color ^1.0 -> satisfiable by drupal/color[1.0.1, 1.0.2, 1.0.3, 1.x-dev].
- drupal/core-recommended[10.0.0-beta1, ..., 10.0.0-beta2] require symfony/routing ~v6.1.3 -> satisfiable by symfony/routing[v6.1.3, ..., 6.1.x-dev].
- drupal/core-recommended 10.0.0-alpha7 requires symfony/routing ~v6.1.1 -> satisfiable by symfony/routing[v6.1.1, ..., 6.1.x-dev].
- Conclusion: don't install symfony/routing v6.1.11 (conflict analysis result)
- Root composer.json requires drupal/core-recommended ^10 -> satisfiable by drupal/core-recommended[10.0.0-alpha1, ..., 10.1.x-dev].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Now coming to my composer.json, here it is:
{
"name": "drupal/recommended-project",
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"type": "project",
"license": "GPL-2.0-or-later",
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "~1.0",
"drupal/token": "~1.0",
"drupal/pathauto": "^1.4",
"drupal/paragraphs": "^1.6",
"drupal/markup": "^2.0@beta",
"drupal/metatag": "^1.9",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/entity_reference_revisions": "^1.7",
"drupal/diff": "~1.0",
"drupal/ctools": "~3.0",
"drupal/field_group": "^3.0",
"drupal/entity_browser": "^2.9",
"drupal/entity": "1.x-dev@dev",
"drupal/taxonomy_container": "~1.0",
"drupal/range": "~1.1",
"drupal/geofield": "^1.0@alpha",
"drupal/redirect": "~1.0",
"drupal/views_data_export": "^1.2",
"drupal/contact_storage": "~1.0",
"drupal/contact_emails": "^1.12",
"drupal/webform": "^6.2@beta",
"drupal/editor_advanced_link": "^2.2",
"drupal/email_registration": "~1.0",
"drupal/smart_ip": "^5.0@alpha",
"drupal/video_embed_field": "^2.4",
"drupal/fieldable_path": "^1.0@RC",
"drupal/simple_sitemap": "^4.1",
"drupal/views_bulk_operations": "^4.2",
"drupal/address": "~1.0",
"drupal/restui": "^1.15",
"drupal/flag": "^4.0",
"drupal/consumer_image_styles": "^4.0",
"drupal/consumers": "^1.0@beta",
"drupal/ckeditor_media_embed": "2.x-dev@dev",
"drupal/redis": "^1.0",
"ircmaxell/random-lib": "^1.2",
"ckeditor-plugin/autoembed": "^4.11",
"ckeditor-plugin/autolink": "^4.11",
"ckeditor-plugin/embed": "^4.11",
"ckeditor-plugin/embedbase": "^4.11",
"ckeditor-plugin/embedsemantic": "^4.11",
"ckeditor-plugin/notification": "^4.11",
"ckeditor-plugin/notificationaggregator": "^4.11",
"ckeditor-plugin/textmatch": "^4.11",
"drush/drush": "*",
"platformsh/config-reader": "^2.3",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/fastly": "^4.0",
"drupal/search_api": "^1.15",
"drupal/jsonapi_search_api": "^1.0@alpha",
"drupal/maxlength": "^2.1",
"drupal/quick_node_clone": "1.x-dev",
"drupal/feeds": "3.x-dev",
"drupal/feeds_tamper": "^2.0",
"drupal/geocoder": "^3.12 || ^4.0",
"geocoder-php/google-maps-provider": "^4.5",
"drupal/name": "1.x-dev@dev",
"drupal/monolog": "^2.0@beta",
"drupal/gin": "^3.0@beta",
"drupal/admin_toolbar": "^3.0",
"drupal/coffee": "^1.0",
"drupal/multiple_select": "^2.0",
"drupal/webform_views": "^5.0@alpha",
"drupal/tfa": "^1.0@alpha",
"drupal/real_aes": "2.x-dev@dev",
"drupal/gin_login": "^1.0",
"drupal/field_states_ui": "^3.0",
"drupal/hms_field": "^2.0",
"drupal/config_split": "^1.7",
"drupal/hook_post_action": "^1.1",
"drupal/obfuscate_email": "^2.0",
"drupal/select2": "^1.13",
"drupal/form_options_attributes": "^2.0@beta",
"drupal/password_policy": "^4.0",
"drupal/better_exposed_filters": "^6.0",
"kint-php/kint": "^4.2",
"drupal/devel_php": "^1.5",
"drupal/advanced_email_validation": "^1.1",
"drupal/entity_share": "^3.0@RC",
"drupal/color_field": "^3.0",
"drupal/conditional_fields": "^4.0@alpha",
"drupal/views_bulk_edit": "^2.8",
"drupal/tzfield": "^1.7",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/auto_entitylabel": "^3.0",
"drupal/upgrade_status": "^4.0",
"mglaman/phpstan-drupal": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"drupal/mailchimp_transactional": "^1.0",
"drupal/csv_serialization": "^2.0 || ^3.0",
"drupal/devel": "^5.1",
"drupal/color": "^1.0",
"drupal/hal": "^1.0 || ^2.0",
"drupal/quickedit": "^1.0",
"drupal/rdf": "^2.0"
},
"require-dev": {
"behat/behat": "^3.3",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.2",
"behat/mink-selenium2-driver": "^1.3",
"postcon/client-ip-extension": "^1.0"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"autoloader-suffix": "Drupal9",
"apcu-autoloader": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"php-http/discovery": true
}
},
"extra": {
"_readme": [
"By default Drupal loads the autoloader from ./vendor/autoload.php.",
"To change the autoloader you can edit ./autoload.php.",
"This file specifies the packages.drupal.org repository.",
"You can read more about this composer repository at:",
"https://www.drupal.org/node/2718229"
],
"merge-plugin": {
"include": [
"web/modules/contrib/webform/composer.libraries.json"
]
},
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"patches": {
"drupal/core": {
"Notice: Undefined index: #type in drupal_process_states()": "patches/2700667-104.patch",
"Unable to save '/' root path alias": "patches/3100350-root_path_alias_1.patch",
"Jsonapi - old patch - reapplied - TODO: move that hack during some maintenance task": "patches/jsonapi_field_resolver.patch",
"JsonAPI events": "https://www.drupal.org/files/issues/2020-09-03/3100732-14_0.patch",
"Reference filters - 2429699": "https://www.drupal.org/files/issues/2020-10-06/2429699-354--on-9_1_x.patch",
"CORS breaks with cache proxies and same origin usage.": "https://www.drupal.org/files/issues/2020-10-12/3001809-42.patch",
"Preprocess Input Notice": "https://www.drupal.org/files/issues/2020-06-02/preprocess-input-notice-3144876-6.patch"
},
"drupal/webform_jsonschema": {
"Return submission id": "patches/webform_jsonschema/webform_rest_return_id.patch",
"webform_jsonschema - Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2023-03-23/drupal10-3349894-2.patch"
},
"drupal/address": {
"Adress feeds support": "https://www.drupal.org/files/issues/2019-04-19/address-feeds-address-target-2882589-23.patch"
},
"drupal/metatag": {
"Support JSON API, REST, GraphQL and custom normalizations": "https://www.drupal.org/files/issues/2020-02-29/2945817-93.patch"
},
"drupal/flag": {
"D9 compatibility": "https://www.drupal.org/files/issues/2021-02-25/flag-view-own-flaggings-3091866-9.patch"
},
"drupal/fastly": {
"VCL upload errors don't appear on the form": "https://www.drupal.org/files/issues/2021-12-07/vcl_upload_errors-3253019-2.patch"
},
"drupal/field_states_ui": {
"Error because of PHP 7.4": "https://www.drupal.org/files/issues/2023-05-24/3166929-11.patch"
},
"drupal/ckeditor_media_embed": {
"CKEditor 5 support": "https://www.drupal.org/files/issues/2023-03-03/ckeditor_media_embed-ckeditor5_initial_support-3341750.patch"
},
"drupal/mailchimp_transactional": {
"mailchimp_transactional - Drupal 10 upgrade": "https://www.drupal.org/files/issues/2023-08-16/D10-support-3337845-12.patch"
},
"drupal/smart_ip": {
"smart_ip - Cannot assign string to property SmartIpLocation": "https://www.drupal.org/files/issues/2023-06-19/smart_ip-cannot-assign-latitude-3350345-5.patch"
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
],
"web/libraries/ckeditor/plugins/{$name}": [
"vendor:ckeditor-plugin"
],
"web/libraries/{$name}": [
"type:drupal-library"
]
}
},
"autoload": {
"psr-4": {
"Drupal\\Core\\Composer\\": "core/lib/Drupal/Core/Composer"
}
},
"scripts": {
"pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
"post-autoload-dump": "Drupal\\Core\\Composer\\Composer::ensureHtaccess",
"drupal-phpunit-upgrade-check": "Drupal\\Core\\Composer\\Composer::upgradePHPUnit",
"drupal-phpunit-upgrade": "@composer update phpunit/phpunit --with-dependencies --no-progress",
"phpcs": "phpcs --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --",
"phpcbf": "phpcbf --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/autoembed",
"version": "4.11.4",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/autoembed/releases/autoembed_4.11.4.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/autolink",
"version": "4.11.4",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/autolink/releases/autolink_4.11.4.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/embed",
"version": "4.11.4",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/embed/releases/embed_4.11.4.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/embedbase",
"version": "4.11.4",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/embedbase/releases/embedbase_4.11.4.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/embedsemantic",
"version": "4.11.4",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/embedsemantic/releases/embedsemantic_4.11.4.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/notification",
"version": "4.11.4",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/notification/releases/notification_4.11.4.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/notificationaggregator",
"version": "4.11.4",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/notificationaggregator/releases/notificationaggregator_4.11.4.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/textmatch",
"version": "4.11.4",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/textmatch/releases/textmatch_4.11.4.zip",
"type": "zip"
}
}
},
{
"type": "git",
"url": "https://git.drupalcode.org/issue/fieldable_path-3140535.git"
}
]
}
Thanks for the help in advanced.
🇮🇳India deepakaryan1988
Converting into the patch.
🇮🇳India deepakaryan1988
Trying to fixing this module for D10.
🇮🇳India deepakaryan1988
deepakaryan1988 → created an issue.