diff --git a/composer.json b/composer.json index ca09c67..b44d1c8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "chriskinch/css_inline", + "name": "andrewholgate/css_inline", "type": "drupal-module", "description": "Drupal module for Enquire JS library", - "homepage": "https://github.com/chriskinch/css_inline" -} \ No newline at end of file + "homepage": "https://github.com/andrewholgate/css_inline" +} diff --git a/css_inline.info.yml b/css_inline.info.yml index bb026f9..bcba50e 100644 --- a/css_inline.info.yml +++ b/css_inline.info.yml @@ -4,3 +4,4 @@ type: module package: Theme version: VERSION core: 8.x +core_version_requirement: ^8 || ^9 || ^10