From 891599dcb76d6a388943914d2ce73c33e9560f35 Mon Sep 17 00:00:00 2001 From: Sebastien MALOT Date: Mon, 2 Mar 2015 22:07:11 +0100 Subject: [PATCH] Update composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 7acc847..223832c 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "chrisboulton/php-resque-scheduler", "type": "library", "description": "php-resque-scheduler is a PHP port of resque-scheduler, which adds support for scheduling items in the future to Resque.", + "license": "MIT", "authors": [ { "name": "Chris Boulton",