When I execute the following command, errors appear and the updates do not occur :
www.s1biose.com@vps000000:~/public_html$ composer update drupal/core --with-dependencies
Cannot create cache directory /home/www.s1biose.com/.composer/cache/repo/https---packages.drupal.org-8/, or directory is not writable. Proceeding without cache
Cannot create cache directory /home/www.s1biose.com/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache
Cannot create cache directory /home/www.s1biose.com/.composer/cache/files/, or directory is not writable. Proceeding without cache
Gathering patches for root package.
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install symfony/console v3.2.13
- Conclusion: don't install symfony/console v3.2.12
- Conclusion: don't install symfony/console v3.2.11
- Conclusion: don't install symfony/console v3.2.10
- Conclusion: don't install symfony/console v3.2.9
- Conclusion: don't install symfony/console v3.2.8
- drupal/core 8.4.0 requires symfony/console ~3.2.8 -> satisfiable by symfony/console[3.2.x-dev, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.8, v3.2.9].
- drupal/core 8.4.0-beta1 requires symfony/console ~3.2.8 -> satisfiable by symfony/console[3.2.x-dev, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.8, v3.2.9].
- drupal/core 8.4.0-rc1 requires symfony/console ~3.2.8 -> satisfiable by symfony/console[3.2.x-dev, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.8, v3.2.9].
- drupal/core 8.4.0-rc2 requires symfony/console ~3.2.8 -> satisfiable by symfony/console[3.2.x-dev, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.8, v3.2.9].
- drupal/core 8.4.x-dev requires symfony/console ~3.2.8 -> satisfiable by symfony/console[3.2.x-dev, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.8, v3.2.9].
- drupal/core 8.5.x-dev requires symfony/console ~3.2.8 -> satisfiable by symfony/console[3.2.x-dev, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.8, v3.2.9].
- Conclusion: don't install symfony/console 3.2.x-dev
- Installation request for drush/drush (locked at 8.1.13, required as ^8.1) -> satisfiable by drush/drush[8.1.13].
- drupal/commerce 2.x-dev requires drupal/core ~8.4 -> satisfiable by drupal/core[8.4.0, 8.4.0-alpha1, 8.4.0-beta1, 8.4.0-rc1, 8.4.0-rc2, 8.4.x-dev, 8.5.x-dev].
- drupal/commerce 2.x-dev requires drupal/core ~8.4 -> satisfiable by drupal/core[8.4.0, 8.4.0-alpha1, 8.4.0-beta1, 8.4.0-rc1, 8.4.0-rc2, 8.4.x-dev, 8.5.x-dev].
- drupal/commerce 2.x-dev requires drupal/core ~8.4 -> satisfiable by drupal/core[8.4.0, 8.4.0-alpha1, 8.4.0-beta1, 8.4.0-rc1, 8.4.0-rc2, 8.4.x-dev, 8.5.x-dev].
- Conclusion: don't install drupal/core 8.4.0-alpha1
- Installation request for drupal/commerce 2.x-dev -> satisfiable by drupal/commerce[2.x-dev].
www.s1biose.com@vps000000:~/public_html$ nano composer.json
{
"name": "drupal-composer/drupal-project",
"description": "Project template for Drupal 8 projects with composer",
"type": "project",
"license": "GPL-2.0+",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6",
"drupal-composer/drupal-scaffold": "^2.2",
"drupal/admin_toolbar": "^1.19",
"drupal/autologout": "1.x-dev",
"drupal/back_to_top": "^1.0@beta",
"drupal/bootstrap": "^3.3",
"drupal/bootstrap_layouts": "5.x-dev",
"drupal/captcha": "^1.0@beta",
"drupal/colorbox": "^1.4",
"drupal/commerce": "2.x-dev",
"drupal/commerce_license": "2.x-dev",
"drupal/commerce_paypal": "^1.0@beta",
"drupal/commerce_payplug": "^1.2",
"drupal/commerce_shipping": "^2.0@beta",
"drupal/commerce_stock": "1.x-dev",
"drupal/console": "~1.0",
"drupal/copyright_block": "1.x-dev",
"drupal/core": "~8.0",
"drupal/diff": "^1.0@RC",
"drupal/ds": "^3.0",
"drupal/eu_cookie_compliance": "1.x-dev",
"drupal/eva": "^1.2",
"drupal/field_timer": "^1.0",
"drupal/field_validation": "^1.0@alpha",
"drupal/fivestar": "1.x-dev",
"drupal/flag": "4.x-dev",
"drupal/geocoder": "2.x-dev",
"drupal/geofield": "1.x-dev",
"drupal/geofield_map": "^1.4",
"drupal/group": "1.x-dev",
"drupal/honeypot": "^1.24",
"drupal/invite": "1.x-dev",
"drupal/leaflet": "1.x-dev",
"drupal/leaflet_markercluster": "1.x-dev",
"drupal/leaflet_more_maps": "^1.0@alpha",
"drupal/masquerade": "^2.0@beta",
"drupal/message": "1.x-dev",
"drupal/message_digest": "^1.0@alpha",
"drupal/message_private": "1.x-dev",
"drupal/message_subscribe": "^1.0@beta",
"drupal/message_thread": "^1.0@alpha",
"drupal/metatag": "1.x-dev",
"drupal/module_filter": "^3.0",
"drupal/office_hours": "1.x-dev",
"drupal/paragraphs": "1.x-dev",
"drupal/pathauto": "^1.0",
"drupal/piwik": "^1.1",
"drupal/poll": "1.x-dev",
"drupal/redirect": "^1.0@beta",
"drupal/rules": "3.x-dev",
"drupal/schema_metatag": "^1.0@RC",
"drupal/search404": "^1.0@beta",
"drupal/search_api": "1.x-dev",
"drupal/simple_sitemap": "2.x-dev",
"drupal/super_login": "1.x-dev",
"drupal/swiftmailer": "^1.0@beta",
"drupal/token": "1.x-dev",
"drupal/typed_data": "1.x-dev",
"drupal/views_bootstrap": "3.x-dev",
"drupal/views_send": "^1.0",
"drupal/yoast_seo": "2.x-dev",
"drush/drush": "^8.1",
"webflo/drupal-finder": "^0.3.0",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsstream": "~1.2",
"phpunit/phpunit": ">=4.8.28 <5",
"symfony/css-selector": "~2.8"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php"
]
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
},
"extra": {
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"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"]
},
"patches": {
"drupal/core": {
"Number widget validation can break AJAX actions": "https://www.drupal.org/files/issues/2614250-40.patch",
"Fetch User ID from route context views contextual filter for any entity": "https://www.drupal.org/files/issues/fetch_user_id_from_route_for_all-2904908-2.patch",
"If no body field [node summary] [node body] etc tokens are not replaced": "https://www.drupal.org/files/issues/drupal-tokens_are_not_replaced-1671420-12-D8.patch"
},
"drupal/commerce": {
"Add store name to shopping cart when multiple stores enabled": "https://www.drupal.org/files/issues/add-store-name-when-multiple-stores-2870053-6.patch",
"Views refuse to display the product type label": "https://www.drupal.org/files/issues/allow_product_type_labels_in_views-2900472-4.patch",
"With a view catalog only the first product variations works": "https://www.drupal.org/files/issues/2897698-24.patch"
},
"drupal/rules": {
"PHP Fatal error when adding an action and address is installed": "https://www.drupal.org/files/issues/2694685-52.rules-fix_type_definition_error.patch"
},
"drupal/flag": {
"Add relationship to flagged entities when Flagging is base table": "https://www.drupal.org/files/issues/2723703_31.patch",
"Unflag not allowed text does not work": "https://www.drupal.org/files/issues/2886308-Unflag-not-allowed-text-20.patch",
"Views link field doesn't use flag.html.twig": "https://www.drupal.org/files/issues/2888268-8-views-link-doesnt-use-twig.patch"
},
"drupal/leaflet": {
"LeafletMarker could not recognize geofield": "https://www.drupal.org/files/issues/leaflet-recognize_geofield-2839538.patch",
"Leaflet not always working with AJAX": "https://www.drupal.org/files/issues/leaflet-2858091-3-alternative.patch",
"Fix config schema": "https://www.drupal.org/files/issues/leaflet-config_schema-2883700-3.patch",
"Error in leaflet_process_geofield() when twig debug is active": "https://www.drupal.org/files/issues/leaflet-error-when-debug-active-2783843-5.patch",
"Rendered entity tooltip only works for nodes": "https://www.drupal.org/files/issues/rendered_entity_tooltip-2890641-2.patch"
},
"drupal/geofield": {
"Re-implement the Views proximity filter/field for Drupal 8": "https://www.drupal.org/files/issues/geofield_views_proximity_filter-2654360-63.patch"
},
"drupal/geocoder": {
"Incorrect config schema for geocoder.settings": "https://www.drupal.org/files/issues/2824802-geocoder-schema-fix-2.patch",
"Don't add third party settings when geocoder method is none": "https://www.drupal.org/files/issues/geocoder-omit_third_party_settings-2884928-2-D8.patch",
"Convert module to use short array syntax (new coding standard)": "https://www.drupal.org/files/issues/short_array_syntax-2881694-2.patch",
"Remove admin variables when uninstall": "https://www.drupal.org/files/issues/remove_admin_variables-2833058-2.patch"
},
"drupal/views_bootstrap": {
"Missing responsive utilities for grid with horizontal alignment": "https://www.drupal.org/files/issues/6e5acf0.patch",
"Regression Raw field value displayed in accordion panel title": "https://www.drupal.org/files/issues/raw_field_value-2870642-2.patch"
},
"drupal/search404": {
"Custom search to custom url": "https://www.drupal.org/files/issues/2844729-custom-search-to-custom-url_0.patch",
"Allow spaces as seperators for custom search path": "https://www.drupal.org/files/issues/2896547-allow-spaces-as-separator-2.patch"
}
}
}
}