This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathcomposer.json
76 lines (76 loc) · 2.27 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "sonata-project/timeline-bundle",
"type": "symfony-bundle",
"description": "Integrates SpyTimelineBundle into Sonata",
"keywords": [
"sonata",
"date",
"time",
"wall"
],
"homepage": "https://docs.sonata-project.org/projects/SonataTimelineBundle",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataTimelineBundle/contributors"
}
],
"require": {
"php": "^7.3",
"doctrine/orm": "^2.2",
"doctrine/persistence": "^1.3",
"sonata-project/block-bundle": "^3.17",
"sonata-project/doctrine-extensions": "^1.8",
"sonata-project/form-extensions": "^0.1 || ^1.4",
"stephpy/timeline-bundle": "^2.3 || ^3.0",
"symfony/config": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/doctrine-bridge": "^4.4",
"symfony/form": "^4.4",
"symfony/framework-bundle": "^4.4",
"symfony/http-foundation": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/options-resolver": "^4.4",
"symfony/security-core": "^4.4.23",
"twig/extra-bundle": "^3.0",
"twig/intl-extra": "^3.0",
"twig/twig": "^2.12 || ^3.0"
},
"conflict": {
"sonata-project/admin-bundle": "<3.56.1 || >=4.0",
"sonata-project/core-bundle": "<3.20",
"sonata-project/user-bundle": "<4.3"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpunit/phpunit": "^9.5",
"sonata-project/admin-bundle": "^3.56.1",
"sonata-project/user-bundle": "^4.3",
"symfony/phpunit-bridge": "^5.3"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Sonata\\TimelineBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Sonata\\TimelineBundle\\Tests\\": "tests/"
}
},
"abandoned": true
}