-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 797 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 797 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
{
"name": "avalia/shtumi-useful-bundle",
"type": "symfony-bundle",
"description": "Symfony ShtumiUsefulBundle",
"keywords": ["Ajax Autocomplete form type", "Dependent filtered form type", "daterange", "shtumi"],
"license": "MIT",
"authors": [
{
"name": "Mikhail Shtukin",
"email": "shtumi@tut.by"
},
{
"name": "Alessandro Friscia",
"email": "alessandro@avalia.it"
}
],
"require": {
"php": ">=5.3.2"
},
"suggest": {
"sonata-project/admin-bundle": "master-dev",
"sonata-project/doctrine-orm-admin-bundle": "master-dev"
},
"autoload": {
"psr-0": { "Shtumi\\UsefulBundle": "Avalia/" }
},
"target-dir": "Avalia/Shtumi/UsefulBundle"
}