forked from sonata-project/SonataTimelineBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 984 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 984 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
{
"name": "sonata-project/timeline-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataTimelineBundle ~ integrate SpyTimelineBundle into Sonata",
"keywords": ["sonata", "date", "time", "wall"],
"homepage": "http://sonata-project.org/bundles/timeline",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataTimelineBundle/contributors"
}
],
"require": {
"stephpy/TimelineBundle": "2.0.*@dev",
"stephpy/timeline": "~1.0@dev",
"sonata-project/core-bundle": "~2.2",
"sonata-project/block-bundle": "~2.2,>=2.2.1"
},
"autoload": {
"psr-4": { "Sonata\\TimelineBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
}
}