forked from php-translation/symfony-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
58 lines (57 loc) · 2 KB
/
composer.json
File metadata and controls
58 lines (57 loc) · 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "php-translation/symfony-bundle",
"type": "symfony-bundle",
"description": "",
"license": "MIT",
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"require": {
"php": "^5.5 || ^7.0",
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
"symfony/validator": "^2.7 || ^3.0 || ^4.0",
"symfony/translation": "^2.7 || ^3.0 || ^4.0",
"symfony/twig-bundle": "^2.7 || ^3.0 || ^4.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"symfony/intl": "^2.7 || ^3.0 || ^4.0",
"php-translation/common": "^1.0",
"php-translation/symfony-storage": "^1.0",
"php-translation/extractor": "^1.3",
"nyholm/nsa": "^1.1"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4 || ^4.0",
"php-translation/translator": "^1.0",
"php-http/curl-client": "^1.7",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0.2",
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/twig-bridge": "^2.7 || ^3.0 || ^4.0",
"symfony/asset": "^2.7 || ^3.0 || ^4.0",
"symfony/templating": "^2.7 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.7 || ^3.0 || ^4.0",
"symfony/web-profiler-bundle": "^2.7 || ^3.0 || ^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.2 || ^2.3",
"matthiasnoback/symfony-config-test": "^2.2 || ^3.1",
"guzzlehttp/psr7": "^1.4",
"nyholm/symfony-bundle-test": "^1.2.3"
},
"suggest": {
"php-http/httplug-bundle": "To easier configure your httplug clients."
},
"autoload": {
"psr-4": { "Translation\\Bundle\\": "" }
},
"scripts": {
"test": "vendor/bin/simple-phpunit",
"test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml Tests/Unit"
},
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
}
}
}