Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. - Installing phpunit/phpunit (5.7.17): Loading from cache
  2. - Installing codeception/base (2.2.10): Loading from cache
  3. - Installing codeception/verify (0.3.3): Loading from cache
  4. symfony/console suggests installing symfony/filesystem ()
  5. symfony/console suggests installing symfony/process ()
  6. symfony/browser-kit suggests installing symfony/process ()
  7. symfony/event-dispatcher suggests installing symfony/dependency-injection ()
  8. symfony/event-dispatcher suggests installing symfony/http-kernel ()
  9. phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.1)
  10. sebastian/global-state suggests installing ext-uopz (*)
  11. phpunit/phpunit-mock-objects suggests installing ext-soap (*)
  12. phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
  13. phpunit/phpunit suggests installing ext-xdebug (*)
  14. codeception/base suggests installing codeception/specify (BDD-style code blocks)
  15. codeception/base suggests installing flow/jsonpath (For using JSONPath in REST module)
  16. codeception/base suggests installing phpseclib/phpseclib (for SFTP option in FTP Module)
  17. codeception/base suggests installing league/factory-muffin (For DataFactory module)
  18. codeception/base suggests installing league/factory-muffin-faker (For Faker support in DataFactory module)
  19. codeception/base suggests installing symfony/phpunit-bridge (For phpunit-bridge support)
  20. Writing lock file
  21. Generating autoload files
  22.  
  23. composer global require "fxp/composer-asset-plugin:^1.2.0"
  24.  
  25. composer create-project --prefer-dist yiisoft/yii2-app-advanced yii2project
  26.  
  27. composer create-project --prefer-dist yiisoft/yii2-app-basic yii2project
  28.  
  29. composer require "codeception/codeception=2.1.*" "codeception/specify=*" "codeception/verify=*"
  30.  
  31. composer global require "codeception/codeception=2.1.*" "codeception/specify=*" "codeception/verify=*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement