- Issue created by @VladimirAus
- Status changed to Needs review
4 months ago 7:21am 4 August 2024 - π¦πΊAustralia VladimirAus Brisbane, Australia
To test Drupal 11, add the following to composer.json
repositories
"repositories": [ { "type": "vcs", "url": "https://git.drupalcode.org/issue/fontyourface-3465748.git" }, ... ],
and then run
composer require drupal/fontyourface:dev-3465748-drupal-11-compatibility
- Status changed to Needs work
3 months ago 6:54am 6 September 2024 - π«π·France dqd London | N.Y.C | Paris | Hamburg | Berlin
Gitlab ci file has been added manually or something so that its creation is a missing step in the change and is not registered as "new file" causing merge to fail with "file not exist". It wants to add the content to the file, but create the file. It assumes it exists already, which is not.
- πΊπΈUnited States bioborg
I get this error when trying the module for drupal 11:
Problem 1
- Root composer.json requires drupal/fontyourface dev-3465748-drupal-11-compatibility, it is satisfiable by drupal/fontyourface[dev-3465748-drupal-11-compatibility] from vcs repo (git https://git.drupalcode.org/issue/fontyourface-3465748.git) but drupal/fontyourface[dev-3.x, dev-4.0.x, 3.0.0-alpha1, ..., 3.x-dev (alias of dev-3.x), 4.0.0, 4.0.x-dev (alias of dev-4.0.x)] from composer repo (https://packages.drupal.org/8) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.