From ec4bbd713e5d33b4166702d90f1f3d7e34650b97 Mon Sep 17 00:00:00 2001 From: Anton Titov Date: Wed, 29 May 2019 13:06:20 +0300 Subject: [PATCH] Update composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index b8bf67a..05f0c65 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "cycle/migrations", "type": "library", + "license": "MIT", "description": "Cycle ORM Migration generation", "require": { "php": "^7.1|^8.0",