-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 890 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 890 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": "novaway/filemanagementbundle",
"type": "symfony-bundle",
"description": "Bundle for File and Image management in Symfony",
"keywords": ["file", "image", "bundle", "symfony"],
"homepage": "https://github.com/novaway/NovawayFileManagementBundle",
"license": "MIT",
"authors": [
{
"name": "Cédric Spalvieri",
"role": "Project Leader"
}
],
"require": {
"php": ">=5.5.0",
"symfony/framework-bundle": "^2.5.0|^3.0",
"symfony/form": "^2.5.0|^3.0",
"symfony/property-access": "^2.5.0|^3.0",
"sybio/image-workshop": "~2.0"
},
"require-dev": {
"atoum/atoum": "~2.0",
"twig/extensions": "~1.0"
},
"autoload": {
"psr-0": { "Novaway\\Bundle\\FileManagementBundle": "" }
},
"target-dir": "Novaway/Bundle/FileManagementBundle"
}