Issue #3296571: Switch back drupal/fakeobjects from 1.x-dev to ~1.0 to be ready to release 8.x-2.6
{ | ||
"name": "drupal/anchor_link", | ||
"description": "This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 8.", | ||
"description": "This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal.", | ||
"type": "drupal-module", | ||
"homepage": "https://www.drupal.org/project/anchor_link", | ||
"license": "GPL-2.0-or-later", | ||
... | ... | @@ -24,7 +24,7 @@ |
], | ||
"require": { | ||
"drupal/core": "^8 || ^9 || ^10", | ||
"drupal/fakeobjects": "1.x-dev" | ||
"drupal/fakeobjects": "~1.0" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
... | ... |
Please register or sign in to comment