aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAlexander Kiryuhin <frei@neonxp.info>2014-02-14 00:17:43 +0400
committerAlexander Kiryuhin <frei@neonxp.info>2014-02-14 00:17:43 +0400
commitea9ef1c67bef81cdffde7466b55f2e2cf5c6303b (patch)
treefb5e102132a4a4956b47679089f3c33be611bac6 /composer.json
+ Initial commit
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..5f13ed3
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,22 @@
+{
+ "name": "nxp/rutils-bundle",
+ "description": "Rutils Symfony 2 bundle",
+ "minimum-stability": "stable",
+ "keywords": ["russian", "numbers to text"],
+ "homepage": "http://github.com/NeonXP/RutilsBundle",
+ "license": "GPLv3",
+ "authors": [
+ {
+ "name": "Alexander 'NeonXP' Kiryukhin",
+ "email": "frei@neonxp.info"
+ }
+ ],
+ "autoload": {
+ "psr-0": {"NXP\\RutilsBundle": ""}
+ },
+ "require": {
+ "php": ">=5.4.0",
+ "symfony/framework-bundle": "~2.2",
+ "andre_487/php_rutils": "1.1.1"
+ }
+}