-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 798 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 798 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
{
"name": "brazilianfriendsofsymfony/twig-extensions-bundle",
"type": "symfony-bundle",
"description": "Symfony BFOSTwigExtensionsBundle",
"keywords": ["twig extensions"],
"homepage": "http://www.duocriativa.com.br/bfos",
"license": "MIT",
"authors": [
{
"name": "Paulo Roberto Ribeiro",
"email": "paulo@duocriativa.com.br"
},
{
"name": "BrazilianFriendsOfSymfony Community",
"homepage": "https://github.com/BrazilianFriendsOfSymfony/BFOSTwigExtensionsBundle/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3"
},
"autoload": {
"psr-0": { "BFOS\\TwigExtensionsBundle": "" }
},
"target-dir": "BFOS/TwigExtensionsBundle"
}