-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.54 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
45
46
47
{
"name": "worldia/textmaster-bundle",
"type": "symfony-bundle",
"description": "A Symfony2 bundle integrating textmaster-api",
"homepage": "https://github.com/worldia/textmaster-bundle",
"keywords": ["textmaster", "translation", "api", "bundle"],
"license": "proprietary",
"authors": [
{
"name": "Pierre Ducoudray",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"worldia/textmaster-api": "^1.0",
"symfony/framework-bundle": "^3.2|^4.0",
"symfony/property-access": "^3.2|^4.0",
"symfony/validator": "^3.2|^4.0",
"symfony/security-csrf": "^3.2|^4.0",
"symfony/form": "^3.2|^4.0",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"symfony/browser-kit": "^3.2|^4.0",
"symfony/twig-bundle": "^3.2|^4.0",
"symfony/templating": "^3.2|^4.0",
"symfony/asset": "^3.2|^4.0",
"matthiasnoback/symfony-config-test": "^3.0",
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
"behat/symfony2-extension": "2.1.*",
"white-october/pagerfanta-bundle": "^1.0"
},
"suggest": {
"white-october/pagerfanta-bundle": "Needed to display pager on list template if you add routing."
},
"autoload": {
"psr-4": { "Worldia\\Bundle\\TextmasterBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}