forked from Bukashk0zzz/LiipImagineSerializationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.33 KB
/
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
31
32
33
34
35
36
37
38
39
{
"name": "bukashk0zzz/liip-imagine-serialization-bundle",
"description": "Provides integration between LiipImagineBundle and JMSSerializerBundle.",
"keywords": ["bundle", "symfony", "JMSSerializerBundle", "LiipImagineBundle", "serialization", "liip", "imagine", "integration"],
"homepage": "https://github.com/bukashk0zzz/LiipImagineSerializationBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Denis Golubovskiy",
"email": "[email protected]",
"role": "Creator"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/bukashk0zzz/LiipImagineSerializationBundle/issues"
},
"require": {
"php": ">=7.1.0",
"symfony/dependency-injection": "^3.3|^4.0",
"symfony/yaml": "^3.3|^4.0",
"doctrine/orm": "^2.5",
"jms/serializer-bundle": "^2.0",
"liip/imagine-bundle": "^1.8",
"vich/uploader-bundle": "^1.5"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.0",
"slevomat/coding-standard": "^4.0",
"friendsofphp/php-cs-fixer": "^2.8",
"phpunit/phpunit": "^6.4"
},
"autoload": {
"psr-4": {
"Bukashk0zzz\\LiipImagineSerializationBundle\\": ""
}
}
}