-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.json
44 lines (44 loc) · 1.38 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "prezent/doctrine-translatable-bundle",
"type": "symfony-bundle",
"description": "Integrate the doctrine-translatable extension in Symfony2",
"keywords": [
"doctrine2",
"extensions",
"translatable",
"i18n",
"symfony2",
"bundle"
],
"homepage": "http://www.prezent.nl",
"authors": [{
"name": "Prezent Internet B.V.",
"email": "[email protected]"
}],
"license": "MIT",
"support": {
"wiki": "https://github.com/prezent/doctrine-translatable-bundle/tree/master/Resources/doc",
"issues": "https://github.com/prezent/doctrine-translatable-bundle/issues",
"source": "https://github.com/prezent/doctrine-translatable-bundle"
},
"require": {
"doctrine/doctrine-bundle": "^2.0|^3.0",
"prezent/doctrine-translatable": "^2.0|^3.0",
"symfony/config": "^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^4.0|^5.0|^6.0",
"symfony/event-dispatcher": "^4.0|^5.0|^6.0",
"symfony/http-foundation": "^4.0|^5.0|^6.0",
"symfony/http-kernel": "^4.0|^5.0|^6.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.1|^5.0|^6.0"
},
"autoload": {
"psr-4": { "Prezent\\Doctrine\\TranslatableBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}