-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (54 loc) · 1.86 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
48
49
50
51
52
53
54
{
"name": "timu57/test-bundle",
"description": "This is a test for making a custom Bundle",
"keywords": ["test", "bundle", "symfony"],
"type": "symfony-bundle",
"license": "MIT",
"version": "1.1.0",
"authors": [
{
"name": "Timucin",
"homepage": "https://github.com/Timu57"
}
],
"require": {
"php": ">=5.4",
"symfony/twig-bundle": "~2.3|~3.0|~4.0",
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
"symfony/console": "~2.3|~3.0|~4.0",
"michelf/php-markdown": "~1.4"
},
"conflict": {
"jms/serializer": "<0.12",
"jms/serializer-bundle": "<0.11",
"twig/twig": "<1.12",
"symfony/symfony": "~2.7.8"
},
"require-dev": {
"symfony/css-selector": "~2.3|~3.0|~4.0",
"symfony/browser-kit": "~2.3|~3.0|~4.0",
"symfony/validator": "~2.3|~3.0|~4.0",
"symfony/yaml": "~2.3|~3.0|~4.0",
"symfony/form": "~2.3|~3.0|~4.0",
"symfony/finder": "~2.3|~3.0|~4.0",
"symfony/serializer": "~2.7|~3.0|~4.0",
"doctrine/orm": "~2.3",
"doctrine/doctrine-bundle": "~1.5",
"friendsofsymfony/rest-bundle": "~1.0|~2.0",
"jms/serializer-bundle": ">=0.11",
"dunglas/api-bundle": "~1.0",
"sensio/framework-extra-bundle": "~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0|~4.0"
},
"suggest": {
"symfony/form": "For using form definitions as input.",
"symfony/validator": "For making use of validator information in the doc.",
"friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
"dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
"jms/serializer": "For making use of serializer information in the doc."
},
"autoload": {
"psr-0": { "Timu57\\TestBundle": "" }
},
"target-dir": "Timu57/TestBundle"
}