Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. $ php --version
  2.  
  3. PHP 5.6.5 (cli) (built: Feb 12 2015 01:41:10)
  4.  
  5. Copyright (c) 1997-2014 The PHP Group
  6.  
  7. Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies
  8.  
  9. with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
  10.  
  11. with Xdebug v2.2.7, Copyright (c) 2002-2015, by Derick Rethans
  12.  
  13. $ composer --version
  14.  
  15. Composer version 1.3.2 2017-01-27 18:23:41
  16.  
  17. 18.43s$ composer update
  18.  
  19. Loading composer repositories with package information
  20.  
  21. Updating dependencies (including require-dev)
  22.  
  23. Your requirements could not be resolved to an installable set of packages.
  24.  
  25. Problem 1
  26.  
  27. - phpunit/phpunit 6.0.7 requires php ^7.0 -> your PHP version (5.6.5) does not satisfy that requirement.
  28.  
  29. - phpunit/phpunit 6.0.6 requires php ^7.0 -> your PHP version (5.6.5) does not satisfy that requirement.
  30.  
  31. - phpunit/phpunit 6.0.5 requires php ^7.0 -> your PHP version (5.6.5) does not satisfy that requirement.
  32.  
  33. - phpunit/phpunit 6.0.4 requires php ^7.0 -> your PHP version (5.6.5) does not satisfy that requirement.
  34.  
  35. - phpunit/phpunit 6.0.3 requires php ^7.0 -> your PHP version (5.6.5) does not satisfy that requirement.
  36.  
  37. - phpunit/phpunit 6.0.2 requires php ^7.0 -> your PHP version (5.6.5) does not satisfy that requirement.
  38.  
  39. - phpunit/phpunit 6.0.1 requires php ^7.0 -> your PHP version (5.6.5) does not satisfy that requirement.
  40.  
  41. - phpunit/phpunit 6.0.0 requires php ^7.0 -> your PHP version (5.6.5) does not satisfy that requirement.
  42.  
  43. - Installation request for phpunit/phpunit ^6.0 -> satisfiable by phpunit/phpunit[6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.0.6, 6.0.7].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement