-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
47 lines (47 loc) · 1.79 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
40
41
42
43
44
45
46
47
{
"name": "kunstmaan/media-bundle",
"type": "symfony-bundle",
"description": "To build your perfect website you probably need images, video's or maybe even a presentation too. The Kunstmaan Media Bundle handles all those media assets and centralizes them so you can find your content just the way you like it: fast and efficiently. No central asset management module is useful without some pretty advanced image editing functionality. To provide this we have integrated the Aviary image editing service right from the interface.",
"keywords": ["kunstmaan", "cms", "media"],
"homepage": "https://github.com/Kunstmaan/KunstmaanMediaBundle",
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2|^8.0",
"gedmo/doctrine-extensions": "^2.4.34|^3.1.0",
"stof/doctrine-extensions-bundle": "^1.3",
"liip/imagine-bundle": "^2.4",
"symfony/mime": "^4.4",
"imagine/imagine": "^1.1",
"knplabs/knp-gaufrette-bundle": "~0.1",
"kunstmaan/adminlist-bundle": "^5.9|^6.0",
"pagerfanta/twig": "^2.4"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"symfony/phpunit-bridge": "^5.1",
"phpunit/phpunit": "^8.5"
},
"conflict": {
"doctrine/persistence": "<1.3"
},
"suggest": {
"ext-imagick": "to support PDF preview images"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": { "Kunstmaan\\MediaBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "5.10-dev"
}
}
}