Blame view

backend/components/noam148/imageresize/composer.json 600 Bytes
a8aa0f7d   alex   Add new noam148 m...
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
  {
    "name": "noam148/yii2-image-resize",
    "description": "A Yii2 component for resizing images (on the fly)",
    "keywords": [
      "yii2",
      "extension",
      "component",
      "image",
      "resize",
      "on-the-fly"
    ],
    "homepage": "https://github.com/noam148/yii2-image-resize",
    "type": "yii2-extension",
    "license": "BSD-3-Clause",
    "authors": [
      {
        "name": "Noam148",
        "homepage": "https://github.com/noam148/"
      }
    ],
    "require": {
      "yiisoft/yii2": "*",
      "yiisoft/yii2-imagine": "*"
    },
    "autoload": {
      "psr-4": {
        "noam148\\imageresize\\": ""
      }
    }
  }