-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
43 lines (43 loc) · 1.14 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
{
"name": "rokka/client-bundle",
"description": "Defines services for accessing the Rokka image service in the symfony framework",
"keywords": [
"rokka",
"rokka.io",
"symfony-bundle",
"image",
"images",
"imagemanipulation"
],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Christian Riesen",
"email": "[email protected]",
"homepage": "http://christianriesen.com",
"role": "Developer"
},
{
"name": "Liip AG",
"homepage": "http://www.liip.ch"
}
],
"autoload": {
"psr-4": { "Rokka\\RokkaClientBundle\\": "src" }
},
"autoload-dev": {
"psr-4": { "Rokka\\RokkaClientBundle\\Tests\\": "tests" }
},
"require": {
"php": "^7.2 || ^8.0",
"rokka/client": "^1.10",
"rokka/client-cli": "^1.9",
"symfony/framework-bundle": "^5.2 || ^6.0 || ^7.0",
"rokka/twig": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"symfony/phpunit-bridge": "^5.2 || ^6.0"
}
}