aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorNeonXP <neonxp@NeonXP-VAIO.(none)>2013-03-14 04:27:37 +0400
committerNeonXP <neonxp@NeonXP-VAIO.(none)>2013-03-14 04:27:37 +0400
commita8bdd54346f8b932ede78f7a9a0764ee336fd281 (patch)
tree86e9ee34dca9c9758e50b3b96d1a9500799c498b /composer.json
Initial commit
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
1 files changed, 14 insertions, 0 deletions
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": "."}
+ }
+}