-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 943 Bytes
/
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
{
"name": "yiicod/yii2-easyimage",
"description": "Yii 2 Framework extension for easy creating and caching thumbnails in real time.",
"keywords": ["yii", "extension", "image", "thumbnail", "cache", "realtime"],
"homepage": "https://github.com/yiicod/yii2-easyimage",
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Alexey Orlov",
"email": "[email protected]"
},
{
"name": "Virchenko Maksim",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "2.*",
"imagine/imagine": "~0.6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.1"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"yiicod\\easyimage\\": "/"
}
}
}