From c7d5675801d4a94dfb1dff99b39568f90957c064 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Mon, 19 May 2014 19:38:35 +0400 Subject: [PATCH] Create composer.json --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c77e966 --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "lib/Image", + "version": "0.1.0", + "dist": { + "type": "vcs", + "url": "git@dimti.ru:lib/Image.git" + } +} \ No newline at end of file