ABKYH 发表于 2018-12-24 09:02:36

PHP Composer 安装与使用

Installing symfony/framework-standard-edition (v2.2.1)  – Installing symfony/framework-standard-edition (v2.2.1)
  Downloading: 100%
  Created project in E:\USB\xampp_181\htdocs\Symfony
  Loading composer repositories with package information
  Installing dependencies from lock file
  – Installing doctrine/lexer (v1.0)
  Downloading: 100%
  – Installing doctrine/annotations (v1.1)
  Downloading: 100%
  – Installing doctrine/cache (v1.0)
  Downloading: 100%
  – Installing doctrine/collections (v1.1)
  Downloading: 100%
  – Installing twig/twig (v1.12.2)
  Downloading: 100%
  – Installing psr/log (1.0.0)
  Downloading: 100%
  – Installing doctrine/inflector (v1.0)
  Downloading: 100%
  – Installing doctrine/common (2.4.0-RC1)
  Downloading: 100%
  – Installing symfony/symfony (v2.2.1)
  Downloading: 100%
  – Installing jdorn/sql-formatter (v1.2.0)
  Downloading: 100%
  – Installing doctrine/dbal (2.3.3)
  Downloading: 100%
  – Installing doctrine/doctrine-bundle (v1.2.0-beta1)
  Downloading: 100%
  – Installing doctrine/orm (2.3.3)
  Downloading: 100%
  – Installing jms/cg (1.0.0)
  Downloading: 100%
  – Installing phpoption/phpoption (1.2.0)
  Downloading: 100%
  – Installing jms/parser-lib (1.0.0)
  Downloading: 100%
  – Installing jms/metadata (1.3.0)
  Downloading: 100%
  – Installing jms/aop-bundle (1.0.0)
  Downloading: 100%
  – Installing jms/di-extra-bundle (1.3.0)
  Downloading: 100%
  – Installing jms/security-extra-bundle (1.4.0)
  Downloading: 100%
  – Installing sensio/distribution-bundle (v2.2.1)
  Downloading: 100%
  – Installing sensio/framework-extra-bundle (v2.2.1)
  Downloading: 100%
  – Installing sensio/generator-bundle (v2.2.1)
  Downloading: 100%
  – Installing kriswallsmith/assetic (v1.1.0-alpha4)
  Downloading: 100%
  – Installing symfony/assetic-bundle (v2.1.2)
  Downloading: 100%
  – Installing monolog/monolog (1.4.1)
  Downloading: 100%
  – Installing symfony/monolog-bundle (v2.2.0)
  Downloading: 100%
  – Installing swiftmailer/swiftmailer (v4.3.0)
  Downloading: 100%
  – Installing symfony/swiftmailer-bundle (v2.2.0)
  Downloading: 100%
  – Installing twig/extensions (v1.0.0)
  Downloading: 100%
  kriswallsmith/assetic suggests installing leafo/lessphp (Assetic provides the integration with the lessphp LESS compiler)
  kriswallsmith/assetic suggests installing leafo/scssphp (Assetic provides the integration with the scssphp SCSS compiler)
  kriswallsmith/assetic suggests installing leafo/scssphp-compass (Assetic provides the integration with the SCSS compass plugin)
  kriswallsmith/asseticsuggests installing ptachoire/cssembed (Assetic provides the integration with phpcssembed to embed data uris)
  monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
  monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
  monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
  monolog/monolog suggests installing mlehner/gelf-php (Allow sending log messages to a GrayLog2 server)
  monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
  Generating autoload files
  Clearing the cache for the dev environment with debug true
  Installing assets using the hard copy option
  Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
  Installing assets for Acme\DemoBundle into web/bundles/acmedemo
  Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution

页: [1]
查看完整版本: PHP Composer 安装与使用