composer require如何指定版本

藏色散人
發布: 2020-08-19 13:28:29
轉載
13865 人瀏覽過

下面由composer教學專欄為大家介紹composer require指定版本的方法,希望對需要的朋友有幫助!

composer require如何指定版本

預設

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 require如何指定版本的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:cnblogs.com
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!