From e17d37979e133739f371337e9b189a1b63c625f0 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Mon, 29 Aug 2016 14:42:19 -0700 Subject: [PATCH] Add "license" entry to composer.json Using versioneye to analyze Robo, I noticed that this service could not figure out what the license was for codeception/verify, because there is no license information in the composer.json file. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ead68ed..937d7f9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "codeception/verify", "description": "BDD assertion library for PHPUnit", + "license": "MIT", "authors": [ { "name": "Michael Bodnarchuk",