美文网首页
composer require如何指定版本

composer require如何指定版本

作者: 也许会了 | 来源:发表于2020-09-23 17:08 被阅读0次

    默认

    composer require endroid/qr-code

    指定版本

    composer require endroid/qr-code 1.9.3

    # composer require endroid/qr-code 1.9.3

    ./composer.json has been updated

    Loading composer repositories with package information

    Updating dependencies (including require-dev)

    Package operations: 0 installs, 1 update, 0 removals

    - Removing endroid/qr-code (2.5.1)

    - Installing endroid/qr-code (1.9.3): Downloading (100%)

    The Process class relies on proc_open, which is not available on your PHP installation.

    The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)

    Unzip with unzip command failed, falling back to ZipArchive class

    Writing lock file

    Generating autoload files

    更多composer相关技术文章,请访问PHP中文网的composer栏目:https://www.php.cn/tool/composer/

    相关文章

      网友评论

          本文标题:composer require如何指定版本

          本文链接:https://www.haomeiwen.com/subject/ytuoyktx.html