-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 863 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 863 Bytes
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
{
"name": "modera/translations-bundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Sergei Vizel",
"email": "sergei.vizel@modera.org"
},
{
"name": "Sergei Lissovski",
"email": "sergei.lissovski@modera.org"
}
],
"require": {
"php": ">=7.4",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^2.0",
"symfony/framework-bundle": "^5.4|^6.0",
"modera/languages-bundle": "^5.0"
},
"require-dev": {
"phake/phake": "^4.0",
"phpunit/phpunit": "^6.5",
"modera/foundation-bundle": "^5.0"
},
"autoload": {
"psr-4": { "Modera\\TranslationsBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
}
}