-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
37 lines (37 loc) · 1.24 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
{
"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.2.0",
"symfony/dependency-injection": "^4.0|^5.0",
"symfony/yaml": "^4.0|^5.0",
"doctrine/orm": "^2.5",
"jms/serializer-bundle": "^3.0|^4.0",
"liip/imagine-bundle": "^1.8|^2.3",
"vich/uploader-bundle": "^1.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.8",
"phpunit/phpunit": "^7.2"
},
"autoload": {
"psr-4": {
"Bukashk0zzz\\LiipImagineSerializationBundle\\": ""
}
}
}