-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 866 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 866 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
30
31
32
33
{
"name": "perform/media-bundle",
"description": "Perform media bundle",
"type": "symfony-bundle",
"license": "proprietary",
"authors": [
{
"name": "Glynn Forrest",
"email": "me@glynnforrest.com"
}
],
"require": {
"league/flysystem": "^1.0",
"perform/base-bundle": "self.version",
"ralouphie/mimey": "^1.0"
},
"require-dev": {
"imagine/imagine": "^0.6.3",
"php-vfs/php-vfs": "^1.3",
"phpunit/phpunit": "^7.5",
"symfony/css-selector": "^4.0",
"symfony/dom-crawler": "^4.0"
},
"suggest": {
"imagine/imagine": "Use the image plugin",
"oneup/flysystem-bundle": "Easy registration of flysystem services"
},
"autoload": {
"psr-4": {
"Perform\\MediaBundle\\": ""
}
}
}