-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.01 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "raindrop/locale-bundle",
"description": "Raindrop Locale Symfony2 Bundle",
"type": "symfony-bundle",
"keywords": ["locale", "language", "multilanguage", "cookie", "session"],
"homepage": "https://github.com/raindropdevs",
"license": "MIT",
"authors": [
{
"name": "Raindrop Dev Team",
"homepage": "https://github.com/raindropdevs/RaindropLocaleBundle/graphs/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.1,<2.3-dev",
"symfony/yaml": ">=2.1,<2.3-dev",
"symfony/locale": ">=2.1,<2.3-dev",
"symfony/validator": ">=2.1,<2.3-dev"
},
"require-dev": {
"twig/twig": "1.*",
"ext-intl": "*"
},
"suggest": {
"ext-intl": "Needed for displaying the countryname in the locale language"
},
"minimum-stability": "dev",
"target-dir": "Raindrop/LocaleBundle",
"autoload": {
"psr-0": { "Raindrop\\LocaleBundle": "" }
}
}