From 5daa7cbc639220ceb8b5929b812960952c5c6f89 Mon Sep 17 00:00:00 2001 From: Andrey Pokidov Date: Wed, 18 Mar 2020 17:02:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=82=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0a3f42f..a528c6d 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,16 @@ "name": "artmark/forms", "description": "Form Manager", "type": "library", + "license": "Proprietary", "authors": [ { "name": "Andrey Pokidov", "email": "pokidov@e-traffic.ru" } ], - "require": {}, + "require": { + "php": ">=7.0.0", + }, "autoload": { "psr-0": { "Artmark\\Forms\\": "src/"