Advertisement
Deltik

PHP composer example on cPanel Easy Apache

Feb 6th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.90 KB | None | 0 0
  1. deltik@host1 [~/e107-test]$ /opt/cpanel/ea-php72/root/usr/bin/php -d allow_url_fopen=On $(which composer) require "codeception/codeception" --dev  
  2. Using version ^2.3 for codeception/codeception
  3. ./composer.json has been created
  4. Loading composer repositories with package information
  5. Updating dependencies (including require-dev)
  6. Package operations: 45 installs, 0 updates, 0 removals
  7.   - Installing symfony/yaml (v4.0.4): Loading from cache
  8.   - Installing symfony/finder (v4.0.4): Loading from cache
  9.   - Installing symfony/event-dispatcher (v4.0.4): Loading from cache
  10.   - Installing symfony/polyfill-mbstring (v1.7.0): Loading from cache
  11.   - Installing symfony/dom-crawler (v4.0.4): Loading from cache
  12.   - Installing symfony/css-selector (v4.0.4): Loading from cache
  13.   - Installing symfony/console (v4.0.4): Loading from cache
  14.   - Installing symfony/browser-kit (v4.0.4): Loading from cache
  15.   - Installing sebastian/diff (2.0.1): Loading from cache
  16.   - Installing sebastian/recursion-context (3.0.0): Loading from cache
  17.   - Installing sebastian/exporter (3.1.0): Loading from cache
  18.   - Installing sebastian/comparator (2.1.3): Loading from cache
  19.   - Installing sebastian/version (2.0.1): Loading from cache
  20.   - Installing sebastian/resource-operations (1.0.0): Loading from cache
  21.   - Installing sebastian/object-reflector (1.1.1): Loading from cache
  22.   - Installing sebastian/object-enumerator (3.0.3): Loading from cache
  23.   - Installing sebastian/global-state (2.0.0): Loading from cache
  24.   - Installing sebastian/environment (3.1.0): Loading from cache
  25.   - Installing doctrine/instantiator (1.1.0): Loading from cache
  26.   - Installing phpunit/php-text-template (1.2.1): Loading from cache
  27.   - Installing phpunit/phpunit-mock-objects (5.0.6): Loading from cache
  28.   - Installing phpunit/php-timer (1.0.9): Loading from cache
  29.   - Installing phpunit/php-file-iterator (1.4.5): Loading from cache
  30.   - Installing theseer/tokenizer (1.1.0): Loading from cache
  31.   - Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
  32.   - Installing phpunit/php-token-stream (2.0.2): Loading from cache
  33.   - Installing phpunit/php-code-coverage (5.3.0): Loading from cache
  34.   - Installing webmozart/assert (1.3.0): Loading from cache
  35.   - Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
  36.   - Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
  37.   - Installing phpdocumentor/reflection-docblock (4.3.0): Loading from cache
  38.   - Installing phpspec/prophecy (1.7.3): Loading from cache
  39.   - Installing phar-io/version (1.0.1): Loading from cache
  40.   - Installing phar-io/manifest (1.0.1): Loading from cache
  41.   - Installing myclabs/deep-copy (1.7.0): Loading from cache
  42.   - Installing phpunit/phpunit (6.5.6): Loading from cache
  43.   - Installing psr/http-message (1.0.1): Loading from cache
  44.   - Installing guzzlehttp/psr7 (1.4.2): Loading from cache
  45.   - Installing guzzlehttp/promises (v1.3.1): Loading from cache
  46.   - Installing guzzlehttp/guzzle (6.3.0): Loading from cache
  47.   - Installing symfony/process (v4.0.4): Loading from cache
  48.   - Installing facebook/webdriver (1.5.0): Loading from cache
  49.   - Installing codeception/stub (1.0.1): Loading from cache
  50.   - Installing behat/gherkin (v4.4.5): Loading from cache
  51.   - Installing codeception/codeception (2.3.8): Loading from cache
  52. symfony/event-dispatcher suggests installing symfony/dependency-injection ()
  53. symfony/event-dispatcher suggests installing symfony/http-kernel ()
  54. symfony/console suggests installing symfony/lock ()
  55. symfony/console suggests installing psr/log (For using the console logger)
  56. sebastian/global-state suggests installing ext-uopz (*)
  57. phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
  58. phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
  59. phpunit/phpunit suggests installing ext-xdebug (*)
  60. guzzlehttp/guzzle suggests installing psr/log (Required for using the Log middleware)
  61. codeception/codeception suggests installing aws/aws-sdk-php (For using AWS Auth in REST module and Queue module)
  62. codeception/codeception suggests installing codeception/specify (BDD-style code blocks)
  63. codeception/codeception suggests installing codeception/verify (BDD-style assertions)
  64. codeception/codeception suggests installing codeception/phpbuiltinserver (Start and stop PHP built-in web server for your tests)
  65. codeception/codeception suggests installing flow/jsonpath (For using JSONPath in REST module)
  66. codeception/codeception suggests installing phpseclib/phpseclib (for SFTP option in FTP Module)
  67. codeception/codeception suggests installing league/factory-muffin (For DataFactory module)
  68. codeception/codeception suggests installing league/factory-muffin-faker (For Faker support in DataFactory module)
  69. codeception/codeception suggests installing symfony/phpunit-bridge (For phpunit-bridge support)
  70. codeception/codeception suggests installing stecman/symfony-console-completion (For BASH autocompletion)
  71. Writing lock file
  72. Generating autoload files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement