aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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": "."}
+ }
+}