Skip to content

Commit

Permalink
Require drupal/cmrf_core 2.1 for APIv4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed Jan 24, 2024
1 parent 16bd0fc commit f480b3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"homepage": "https://github.com/systopia/civiremote",
"require": {
"beberlei/assert": "*",
"drupal/cmrf_core": "^1.0@beta | ^2.0@beta"
"drupal/cmrf_core": "^2.1@beta"
},
"conflict": {
"drupal/cmrf_core": "2.1.0-beta5"
}
}
8 changes: 0 additions & 8 deletions modules/civiremote_activity/ci/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
"type": "vcs",
"url": "https://github.com/systopia/drupal-json_forms.git"
},
{
"type": "vcs",
"url": "https://github.com/systopia/opis-json-schema-ext.git"
},
{
"type": "vcs",
"url": "https://github.com/systopia/expression-language-ext.git"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
Expand Down
5 changes: 4 additions & 1 deletion modules/civiremote_entity/ci/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
}
],
"require": {
"drupal/cmrf_core": "^2.0",
"drupal/cmrf_core": "^2.1",
"drupal/core": "^9.5 || ^10"
},
"conflict": {
"drupal/cmrf_core": "2.1.0-beta5"
}
}
8 changes: 0 additions & 8 deletions modules/civiremote_entity/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
"type": "vcs",
"url": "https://github.com/systopia/drupal-json_forms.git"
},
{
"type": "vcs",
"url": "https://github.com/systopia/opis-json-schema-ext.git"
},
{
"type": "vcs",
"url": "https://github.com/systopia/expression-language-ext.git"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
Expand Down

0 comments on commit f480b3f

Please sign in to comment.