搜索

首页  >  问答  >  正文

php - 我提交的Composer包无法require

Administrator@changwei MINGW64 /d/github/test
$ composer require changwei/array2text


  [InvalidArgumentException]
  Could not find package changwei/array2text at any version for your minimum-
  stability (stable). Check the package spelling or your minimum-stability


require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...

报上面的错误,https://packagist.org/package... 这个包在仓库是可以搜索到的,这是什么原因呢?

过去多啦不再A梦过去多啦不再A梦2770 天前543

全部回复(2)我来回复

  • 迷茫

    迷茫2017-06-10 09:49:26

    很简单,你要在github发布release才可以,不然你只能用dev-master版本

    回复
    0
  • 阿神

    阿神2017-06-10 09:49:26

    加上你的包的版本号

    回复
    0
  • 取消回复