forked from artur-gajewski/date-converter-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 907 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 907 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
{
"name": "artur-gajewski/date-converter-bundle",
"type": "symfony-bundle",
"description": "This bundle adds a Twig Extension with a filter for automatically dates to more readable format, such as 'today', 'yesterday', '5 minutes ago', '2 days ago', etc...",
"homepage": "https://github.com/artur-gajewski",
"keywords": ["date"],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Artur Gajewski",
"homepage": "https://github.com/artur-gajewski"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0,<2.6@dev",
"twig/twig":" >=1.0,<2.0-dev"
},
"autoload": {
"psr-0": { "Aga\\DateConverterBundle": "" }
},
"target-dir": "Aga/DateConverterBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}