From a8bdd54346f8b932ede78f7a9a0764ee336fd281 Mon Sep 17 00:00:00 2001 From: NeonXP Date: Thu, 14 Mar 2013 04:27:37 +0400 Subject: Initial commit --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1eb0427 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "NXP/MathExecutor", + "description": "Simple math expressions calculator", + "minimum-stability": "stable", + "authors": [ + { + "name": "Alexander 'NeonXP' Kiryukhin", + "email": "frei@neonxp.info" + } + ], + "autoload": { + "psr-0": {"NXP": "."} + } +} -- cgit v1.2.3