• centos7系统php7.2安装composer依赖


    centos7系统php7.2安装composer依赖

    1.安装composer

    # wget https://install.phpcomposer.com/installer
    mv installer composer-setup.php
    # 执行download下载composer工具
    php composer-setup.php

    2.切换到apache用户和系统根目录,安装相关的依赖,会在根目录下生成vendor文件夹

    su apache
    cd /data/www/vhosts/demoair-api.chinasoft.com/httpdocs
    
    [/vhosts/demoair-api.chinasoft.com/httpdocs]$ composer.phar install
    As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
    This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
    Installing 'unzip' may remediate them.
      - Downloading doctrine/inflector (2.0.3)
      - Downloading doctrine/lexer (1.2.1)
      - Downloading symfony/polyfill-php80 (v1.20.0)
     ...
     ...
      - Installing phar-io/manifest (1.0.3): Extracting archive
      - Installing myclabs/deep-copy (1.10.2): Extracting archive
      - Installing phpunit/phpunit (8.5.9): Extracting archive
    Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
    Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    Generating optimized autoload files
    46 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
  • 相关阅读:
    《Linux内核分析》读书笔记(四章)
    LINUX内核分析第七周学习总结
    linux内核分析第六周学习笔记
    《Linux内核分析》第13章
    《Linux内核分析》实践4
    《Linux内核分析》实践3
    《Linux内核分析》实践2
    《Linux内核设计》第17章学习笔记
    实践指导1
    《Linux内核分析》期终总结&《Linux及安全》期中总结
  • 原文地址:https://www.cnblogs.com/reblue520/p/14184888.html
Copyright © 2020-2023  润新知