Skip to content

Commit

Permalink
DS-858 fix: Ensure openy_system dependency can be met
Browse files Browse the repository at this point in the history
  • Loading branch information
froboy committed Jul 10, 2023
1 parent 3e85984 commit 3c34ff5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"description": "Features from Open Y Distrubution.",
"type": "drupal-module",
"require": {
"ycloudyusa/yusaopeny": "*",
"open-y-subprojects/openy_node_alert": "^2.0",
"open-y-subprojects/openy_demo_content": "^1.12",
"ynorth-projects/openy_node_session": "^2.0",
"drupal/ckeditor5_font": "^1.1@beta",
"drupal/core": "^9.5 || ^10",
"drupal/rabbit_hole": "^1.0@beta || ^1.0",
"drupal/ctools": ">=3.13",
"drupal/ckeditor5_font": "^1.1@beta",
"drupal/google_analytics": "^4.0.2"
"drupal/google_analytics": "^4.0.2",
"drupal/rabbit_hole": "^1.0@beta || ^1.0",
"open-y-subprojects/openy_custom": ">=2.1.0",
"open-y-subprojects/openy_demo_content": "^1.12",
"open-y-subprojects/openy_node_alert": "^2.0",
"ycloudyusa/yusaopeny": "*",
"ynorth-projects/openy_node_session": "^2.0"
},
"extra": {
"patches": {
Expand Down

0 comments on commit 3c34ff5

Please sign in to comment.