forked from sonata-project/SonataIntlBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.2 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.2 KB
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
34
35
36
37
38
39
40
{
"name": "sonata-project/intl-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataIntlBundle",
"keywords": ["sonata", "intl", "date", "time", "number"],
"homepage": "https://sonata-project.org/bundles/intl",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors"
}
],
"require": {
"symfony/http-kernel": "~2.2|~3.0",
"symfony/dependency-injection": "~2.2|~3.0",
"symfony/templating": "~2.2|~3.0",
"symfony/intl": "^2.3.21|~3.0",
"twig/twig": "~1.12"
},
"require-dev": {
"sonata-project/user-bundle": "~2.2",
"symfony/security": "~2.2|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"fabpot/php-cs-fixer": "~0.5|~1.0",
"matthiasnoback/symfony-dependency-injection-test": "^0.7.6"
},
"autoload": {
"psr-4": { "Sonata\\IntlBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
}
}