forked from jasny/twig-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 940 Bytes
/
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
{
"name": "jasny/twig-extensions",
"description": "A set of useful Twig filters",
"keywords": ["templating", "PCRE", "preg", "regex", "date", "time", "datetime", "text", "array"],
"license": "MIT",
"homepage": "http://github.com/jasny/twig-extensions#README",
"authors": [
{
"name": "Arnold Daniels",
"email": "[email protected]",
"homepage": "http://www.jasny.net"
}
],
"support": {
"issues": "https://github.com/jasny/twig-extensions/issues",
"source": "https://github.com/jasny/twig-extensions"
},
"require": {
"twig/twig": "1.*",
"php": ">=5.3.0"
},
"suggest": {
"ext-intl": "Required for the use of the LocalDate Twig extension",
"ext-pcre": "Required for the use of the PCRE Twig extension"
},
"autoload": {
"psr-0": {
"Jasny\\Twig": "src/"
}
}
}