Commit 6938068c 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 27d8b47b
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: ^9 || ^10
dependencies:
  - drupal:ckeditor
  - drupal:editor
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@
    }
  },
  "require": {
    "drupal/core": "*",
    "drupal/fakeobjects": "^1.0"
    "drupal/core": "^9 || ^10",
    "drupal/fakeobjects": "~1.0"
  },
  "extra": {
    "branch-alias": {