diff --git a/composer.json b/composer.json index 87ca610..f52ed8a 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "source": "https://git.drupalcode.org/project/fivestar" }, "require": { - "drupal/core": "^9.2", + "drupal/core": "^9.2 || ^10", "drupal/votingapi": "^3.0" }, "minimum-stability": "dev" diff --git a/fivestar.info.yml b/fivestar.info.yml index 98a8b54..da7bb11 100644 --- a/fivestar.info.yml +++ b/fivestar.info.yml @@ -2,7 +2,7 @@ name: Fivestar type: module description: 'Enables fivestar ratings on content, users, etc.' package: Voting -core_version_requirement: ^9.2 +core_version_requirement: ^9.2 || ^10 dependencies: - votingapi:votingapi