>  기사  >  개발 도구  >  작곡가는 버전을 어떻게 지정해야 합니까?

작곡가는 버전을 어떻게 지정해야 합니까?

藏色散人
藏色散人앞으로
2020-08-19 13:28:2914035검색

다음 튜토리얼 칼럼인 composer에서는 특정 버전의 작곡가를 요구하는 방법을 소개합니다. 필요한 친구들에게 도움이 되길 바랍니다!

작곡가는 버전을 어떻게 지정해야 합니까?

Default

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

위 내용은 작곡가는 버전을 어떻게 지정해야 합니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
이 기사는 cnblogs.com에서 복제됩니다. 침해가 있는 경우 admin@php.cn으로 문의하시기 바랍니다. 삭제