summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: f066499829749dac4d664a69fa691c2c15444abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "zendframework/zend-i18n-resources",
    "description": "Provides validator translations for zend-i18n's Translator",
    "license": "BSD-3-Clause",
    "keywords": [
        "zf2",
        "resources",
        "translations"
    ],
    "require": {
        "php": ">=5.5"
    },
    "autoload": {
      "classmap": [
        "src/Resources.php"
      ]
    }
}