Advertisement
Guest User

nixos composer issues

a guest
Jul 26th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. ➜ php_project composer update
  2. Loading composer repositories with package information
  3. Updating dependencies (including require-dev)
  4. Your requirements could not be resolved to an installable set of packages.
  5.  
  6. Problem 1
  7. - Installation request for phpstan/phpstan ^0.10.2 -> satisfiable by phpstan/phpstan[0.10.2].
  8. - phpstan/phpstan 0.10.2 requires php ~7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  9. Problem 2
  10. - phpunit/phpunit 7.2.7 requires php ^7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  11. - phpunit/phpunit 7.2.6 requires php ^7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  12. - phpunit/phpunit 7.2.5 requires php ^7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  13. - phpunit/phpunit 7.2.4 requires php ^7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  14. - phpunit/phpunit 7.2.3 requires php ^7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  15. - phpunit/phpunit 7.2.2 requires php ^7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  16. - phpunit/phpunit 7.2.1 requires php ^7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  17. - phpunit/phpunit 7.2.0 requires php ^7.1 -> your PHP version (5.6.36) does not satisfy that requirement.
  18. - Installation request for phpunit/phpunit ^7.2 -> satisfiable by phpunit/phpunit[7.2.0, 7.2.1, 7.2.2, 7.2.3, 7.2.4, 7.2.5, 7.2.6, 7.2.7].
  19.  
  20. ➜ php_project php -v
  21. PHP 7.2.7 (cli) (built: Jun 19 2018 14:40:28) ( ZTS )
  22. Copyright (c) 1997-2018 The PHP Group
  23. Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement