rdeanar / yii2-file-processor

Upload and process files and images for YII2
12 stars 5 forks source link

help & thank #3

Closed xjdata closed 9 years ago

xjdata commented 9 years ago

Hi~ thank you code.
i want use it but some problem sotp me. here is problem

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package deanar/yii2-file-processor could not be found in any
 version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your min
imum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f
or more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common
 problems.

Installation failed, reverting ./composer.json to its original content.

thank you

xjdata commented 9 years ago
D:\xampp\web\myweb>composer require --prefer-dist deanar/yii2-file-processor "*"
xjdata commented 9 years ago

find fix edit conposer.json and set

"minimum-stability": "dev",

run

composer require --prefer-dist deanar/yii2-file-processor "*"