Ismerkedem a Composerrel. Egy webáruház létrehozásán fáradozom.
Composerrel szeretném feltelepíteni a Commerce Core modult de hibaüzenetet kapok és nem települ a modul.
Függőségben van az Inline Entity Form modullal, aminek nincs stabil verziója csak RC. De ezt a verziót nem tudom telepíteni (se alfát, se betát).
Úgy látom, csak stabil verziót tud telepíteni a Composer.
Így most nem tudok tovább lépni.
Commerce Core telepítésnél Compozer hibaüzenet:
PS D:\xampp\htdocs\drupal> composer require 'drupal/commerce:^2.31' The "2.31" constraint for "drupal/commerce" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints Info from https://repo.packagist.org: #StandWithUkraine ./composer.json has been updated Running composer update drupal/commerce 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 drupal/commerce 2.31 -> satisfiable by drupal/commerce[2.31.0]. - drupal/commerce 2.31.0 requires drupal/inline_entity_form ^1.0@RC -> found drupal/inline_entity_form[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability. Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Inline Entity Form telepítésnél Compozer hibaüzenet:
PS D:\xampp\htdocs\drupal> composer require 'drupal/inline_entity_form:^1.0@RC' ./composer.json has been updated Running composer update drupal/inline_entity_form 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 drupal/inline_entity_form 1.0@RC, found drupal/inline_entity_form[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] but it does not match the constraint. Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Próbáltam keresni megoldást de nem találtam.
Van-e ötletetek hogyan tovább?
Előre is köszönöm a válaszokat!
XAMPP Drupal 9.4.7 PHP 8.1.6
Melyik modulhoz, modulokhoz kapcsolódik a téma?:
Drupal verzió:
Fórum:
Nekem feltelepül
Nekem feltelepül Drupal 9.4.x-re:
A composer.json fájlodban a mi a "minimum-stability" és a "prefer-stable" értéke? Próbáld ki ezeket:
Választ szeretnél? - Új kérdés, új téma - Tesztoldal - Trollkezelés - Frissítés
Köszi a gyors választ!
Köszi a gyors választ!
a "minimum stability: "true" értékre volt állítva
Átírtam, most így néz ki:
Sajnos így is hibát ír ki:
SimonT
Találtam egy megoldást itt:
Találtam egy megoldást itt: https://www.drupal.org/project/commerce/issues/3197048#comment-14669908
composer require drupal/inline_entity_form @RC --no-update
ezután pedig:
composer require "drupal/commerce"
Így már fel tudtam telepíteni a Commerce Core-t.
SimonT