yii2tech / file-storage

This package has been abandoned. See: https://www.patreon.com/posts/59332556
Other
119 stars 30 forks source link

Support Yii 2.0.14 #15

Closed rsgrey closed 6 years ago

rsgrey commented 6 years ago

Exstension not support Yii 2.0.14 in composer.json

klimov-paul commented 6 years ago

Unable to reproduce. File composer.json:

{
  "name": "install-test",
  "require": {
    "yii2tech/file-storage": "*"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://asset-packagist.org"
    }
  ]
}

outputs following installation log:

Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing yiisoft/yii2-composer (2.0.5)
    Loading from cache

  - Installing bower-asset/jquery (3.2.1)
    Loading from cache

  - Installing bower-asset/yii2-pjax (2.0.7.1)
    Loading from cache

  - Installing bower-asset/punycode (v1.3.2)
    Loading from cache

  - Installing bower-asset/inputmask (3.3.11)
    Loading from cache

  - Installing cebe/markdown (1.1.2)
    Loading from cache

  - Installing ezyang/htmlpurifier (v4.10.0)
    Loading from cache

  - Installing yiisoft/yii2 (2.0.14.1)
    Loading from cache

  - Installing yii2tech/file-storage (1.1.4)
    Downloading: 100%

Writing lock file
Generating autoload files

Screenshot:

file-storage-install