-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1.03 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
{
"name": "subugoe/iiif-bundle",
"description": "IIIF Bundle for symfony",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Ingo Pfennigstorf",
"email": "[email protected]"
},
{
"name": "Ali Sajedi",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "Subugoe\\IIIFBundle\\": "" }
},
"autoload-dev": {
"psr-4": { "Subugoe\\IIIFBundle\\Tests\\": "Tests/" }
},
"require": {
"php": "^8.2",
"ext-gd": "*",
"ext-imagick": "*",
"jms/serializer-bundle": "^4.0 || ^5.0",
"league/flysystem": "^2.4 || ^3.0",
"liip/imagine-bundle": "^2.0",
"xantios/mimey": "^2.0",
"subugoe/iiif-model": "^0.2",
"myclabs/php-enum": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"league/flysystem-memory": "^2.0",
"friendsofphp/php-cs-fixer": "^3.0",
"rector/rector": "^1.0"
}
}