From: Andrey Kutejko Date: Tue, 4 Sep 2012 10:41:08 +0000 (+0300) Subject: add composer.json X-Git-Tag: 0.5~310 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=d1dae4a1e1289323b66fac37a571e6e4a81052bb;p=ipf.git add composer.json --- diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..0ccfec1 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "andy128k/ipf", + "description": "Web Framework", + "license": "MIT", + "authors": [ + { + "name": "Alex Litovchenko", + "email": "alex.litovchenko@gmail.com" + }, + { + "name": "Andrey Kutejko", + "email": "andy128k@gmail.com" + } + ] +} +