diff options
-rw-r--r-- | composer.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 29674f7d..6d32a84b 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,11 @@ { "name": "thomaspark/bootswatch", "description": "Themes for Twitter Bootstrap", - "license": "Apache", + "licenses": "Apache-2.0", "authors": [ { "name": "thomaspark", "email": "hello@thomaspark.me" } - ], - "require": { - "slywalker/twitter_bootstrap": "dev-master" - } + ] } |