Skip to content

Commit

Permalink
Merge pull request #60 from openeuropa/EWPP-0000
Browse files Browse the repository at this point in the history
EWPP-0000: Lock drupal/embed to 1.7.x to keep BC for CKEditor 4.
  • Loading branch information
nagyad authored Aug 7, 2024
2 parents 647bb16 + 420662f commit 342ef60
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": ">=8.1",
"drupal/core": "^10",
"drupal/embed": "^1.7"
"drupal/embed": "~1.7.0"
},
"require-dev": {
"composer/installers": "^1.5",
Expand Down Expand Up @@ -60,7 +60,8 @@
}
},
"_readme": [
"Explicit requirement of nikic/php-parser as ^5.0 generates GrumPHP Parser issues."
"Explicit requirement of nikic/php-parser as ^5.0 generates GrumPHP Parser issues.",
"Lock drupal/embed to 1.7.x to keep BC for CKEditor 4."
]
},
"config": {
Expand All @@ -71,7 +72,8 @@
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": true
}
}
}

0 comments on commit 342ef60

Please sign in to comment.