diff --git a/composer.json b/composer.json index 70934e7..b0cacf2 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "holger1411/understrap", "description": "Combines AutomatticĀ“s Underscores Starter Theme and Bootstrap 4", - "type": "library", + "type": "wordpress-theme", "license": "GPL-2.0", "minimum-stability": "stable", - "require": {}, + "require": {"composer/installers": "^1.5"}, "keywords": ["wordpress","theme","bootstrap"], "homepage": "https://github.com/holger1411/understrap" }