udokmeci/yii2-beanstalk

can you release ? composer has bug "not find package"

xjdata opened this issue · 2 comments

can you release ? composer report bug "not find package"

thanks.

Hi, can you send composer json or how you install the package.
I tired composer require "udokmeci/yii2-beanstalk:dev-master" and it works

thanks.
this is my conspose.json

i set "minimum-stability": "dev", for install


  "minimum-stability": "dev",
  "require": {
    "yiisoft/yii2": "2.0.6",
... other package
    "udokmeci/yii2-beanstalk" : "dev-master",
... other package
}