forked from prestaconcept/PrestaImageBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 835 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
{
"name": "presta/image-bundle",
"type": "symfony-bundle",
"description": "Allow to crop local and remote image before uploading them through a classic form.",
"keywords": ["symfony", "bundle", "form", "image", "picture", "local", "remote"],
"homepage": "https://github.com/prestaconcept/PrestaImageBundle",
"license": "MIT",
"authors": [
{
"name": "Benoit Jouhaud",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6",
"symfony/form": "~2.8|~3.0|~4.0",
"vich/uploader-bundle": "^1.1"
},
"autoload": {
"psr-4": {
"Presta\\ImageBundle\\": ""
}
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}