aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 55cb56df40459676b44b52da2aaec5e20c031ec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "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": "src/"}
    },
    "target-dir": "nxp/RutilsBundle",
    "require": {
        "php": ">=5.4.0",
        "symfony/framework-bundle": "~2.2",
        "andre_487/php_rutils": "1.1.1"
    }
}