From c0dc8bd1a00e5dc92e89e429a2a8dffc29cb1c12 Mon Sep 17 00:00:00 2001 From: Photis Patriotis Date: Fri, 24 Jan 2014 16:13:54 -0800 Subject: [PATCH] Adding composer info --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c8b6750 --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "prolificinteractive/mabi", + "description": "A Mobile API Framework", + "homepage": "https://github.com/prolificinteractive/mabi", + "keywords": [ + "mobile", "api", "framework", "php", "prolificinteractive" + ], + "license": "MIT", + "authors": [ + { + "name": "Photis Patriotis", + "email": "photis@prolificinteractive.com" + } + ], + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~5.4.0" + } +} \ No newline at end of file