Commit e533ebab authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3277445: Support Drupal 10 and update all use of deprecations in the...

Issue #3277445: Support Drupal 10 and update all use of deprecations in the CKEditor Anchor Link module
parent 6cc87559
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: 'CKEditor Anchor Link'
type: module
description: 'This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 9'
package: CKEditor
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
  - drupal:ckeditor
  - drupal:editor
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    }
  ],
  "require": {
    "drupal/core": "*",
    "drupal/core": "^8 || ^9 || ^10",
    "drupal/fakeobjects": "^1.0"
  },
  "extra": {