easybill / zugferd-php

ZUGFeRD PHP SDK (Factur-X, XRechnung)
https://www.easybill.de
MIT License
75 stars 35 forks source link

Update cached dependencies #14

Closed peter279k closed 4 years ago

peter279k commented 4 years ago

Changed log

peter279k commented 4 years ago

The error message is as follows via original composer.lock to install dependencies on php-7.1 version:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - This package requires php ^7.2 but your PHP version (7.1.33) does not satisfy that requirement.
  Problem 2
    - Installation request for doctrine/lexer 1.2.0 -> satisfiable by doctrine/lexer[1.2.0].
    - doctrine/lexer 1.2.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
  Problem 3
    - Installation request for jms/metadata 2.1.0 -> satisfiable by jms/metadata[2.1.0].
    - jms/metadata 2.1.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
  Problem 4
    - Installation request for jms/serializer 3.4.0 -> satisfiable by jms/serializer[3.4.0].
    - jms/serializer 3.4.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
  Problem 5
    - Installation request for phpunit/php-code-coverage 7.0.10 -> satisfiable by phpunit/php-code-coverage[7.0.10].
    - phpunit/php-code-coverage 7.0.10 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
  Problem 6
    - Installation request for phpunit/phpunit 8.5.2 -> satisfiable by phpunit/phpunit[8.5.2].
    - phpunit/phpunit 8.5.2 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
  Problem 7
    - Installation request for sebastian/global-state 3.0.0 -> satisfiable by sebastian/global-state[3.0.0].
    - sebastian/global-state 3.0.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
  Problem 8
    - Installation request for sebastian/type 1.1.3 -> satisfiable by sebastian/type[1.1.3].
    - sebastian/type 1.1.3 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
  Problem 9
    - doctrine/lexer 1.2.0 requires php ^7.2 -> your PHP version (7.1.33) does not satisfy that requirement.
    - doctrine/annotations v1.8.0 requires doctrine/lexer 1.* -> satisfiable by doctrine/lexer[1.2.0].
    - Installation request for doctrine/annotations v1.8.0 -> satisfiable by doctrine/annotations[v1.8.0].
PATROMO commented 4 years ago

@peter279k thanks, but after this merge your problem will be exist because this package dont support php7.1

peter279k commented 4 years ago

@peter279k thanks, but after this merge your problem will be exist because this package dont support php7.1

@PATROMO, you're right. Now I upgrade the cached dependencies and let my environment on PHP-7.2 at least :).