diff --git a/composer.json b/composer.json index 1332275..809bd61 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,11 @@ { "name": "s1syphos/kirby-webp", + "description": "WebP generation for Kirby", "type": "kirby-plugin", - "minimum-stability": "dev", - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/S1SYPHOS/webp-convert" - } - ], + "license": "MIT", "require": { "composer/installers": "~1.0", - "rosell-dk/webp-convert": "@dev" + "s1syphos/webp-convert": "~0.1" } } +