-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 909 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 909 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
{
"name": "difane/difane-twig-database-bundle",
"description": "Bundle that provides possibility to store twig templates in database in addition to filesystem and manage them.",
"type": "symfony-bundle",
"keywords": ["twig", "database"],
"homepage": "https://github.com/Difane/DifaneTwigDatabaseBundle",
"license": "MIT",
"authors": [
{
"name": "Vyacheslav Enis",
"email": "venis@difane.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.1.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/doctrine-bundle": "dev-master"
},
"suggest": {
"sonata-project/doctrine-orm-admin-bundle": "Allows edit templates in the admin area."
},
"autoload": {
"psr-0": { "Difane\\Bundle\\TwigDatabaseBundle": "" }
},
"target-dir": "Difane/Bundle/TwigDatabaseBundle"
}