1,26c1,13 < diff --git a/composer.json b/composer.json < index 6f13662..f5c61c2 100644 < --- a/composer.json < +++ b/composer.json < @@ -17,7 +17,7 @@ < "drupal/coder": "^8.3.6" < }, < "require": { < - "drupal/core": "^8 || ^9" < + "drupal/core": "^8 || ^9 || ^10" < }, < "scripts": { < "post-install-cmd": [ < diff --git a/taxonomy_unique.info.yml b/taxonomy_unique.info.yml < index 73464e1..35f3387 100644 < --- a/taxonomy_unique.info.yml < +++ b/taxonomy_unique.info.yml < @@ -1,7 +1,6 @@ < name: Taxonomy Unique < type: module < description: 'Checks for duplicate occurrences of term names.' < -core: 8.x < dependencies: < - drupal:taxonomy < -core_version_requirement: ^8 || ^9 < +core_version_requirement: ^8 || ^9 || ^10 --- > diff --git a/tests/src/Kernel/TaxonomyUniqueTest.php b/tests/src/Kernel/TaxonomyUniqueTest.php > index 02f557c..354604d 100644 > --- a/tests/src/Kernel/TaxonomyUniqueTest.php > +++ b/tests/src/Kernel/TaxonomyUniqueTest.php > @@ -27,7 +27,7 @@ class TaxonomyUniqueTest extends KernelTestBase { > /** > * {@inheritdoc} > */ > - public function setUp() { > + public function setUp(): void { > parent::setUp(); > $this->installConfig(['filter']); > $this->installEntitySchema('taxonomy_term');