From 405192f96a34fc2288bbe84e5f89d08f61dfa025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=91=D0=B4=D0=BE=D1=80=20=D0=9F=D0=BE=D0=B4=D0=BB?= =?UTF-8?q?=D0=B5=D1=81=D0=BD=D0=BE=D0=B2?= Date: Thu, 21 Jul 2016 15:34:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=B1?= =?UTF-8?q?=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=BE=D0=B9=20?= =?UTF-8?q?composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a187ad9 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "ctiso/core", + "description": "cis library", + "authors": [ + { + "name": "Phedor Podlesnov", + "email": "phedor@edu.yar.ru" + } + ], + "require": {} +}