https://signoz.io logo
#support
Title
# support
j

Javier Antunez

07/10/2023, 6:45 AM
Good morning to everyone. Sorry if my question is too stupid. I'm trying to follow the example from the blog: https://signoz.io/blog/opentelemetry-php and the problem I'm having is that when I try to install the libraries I get the following errors:
Copy code
- monolog/monolog 3.3.1 requires php >=8.1 -> your php version (7.4.27) does not satisfy that requirement.
  Problem 2
    - psr/log is locked to version 3.0.0 and an update of this package was not requested.
    - psr/log 3.0.0 requires php >=8.0.0 -> your php version (7.4.27) does not satisfy that requirement.
  Problem 3
    - symfony/deprecation-contracts is locked to version v3.2.0 and an update of this package was not requested.
    - symfony/deprecation-contracts v3.2.0 requires php >=8.1 -> your php version (7.4.27) does not satisfy that requirement.
  Problem 4
    - symfony/deprecation-contracts v3.2.0 requires php >=8.1 -> your php version (7.4.27) does not satisfy that requirement.
    -guzzlehttp/guzzle 7.5.0 requires symfony/deprecation-contracts ^2.2 || ^3.0 -> satisfiable by symfony/deprecation-contracts[v3.2.0].
    - guzzlehttp/guzzle is locked to version 7.5.0 and an update of this package was not requested.
I don't know how to install previous versions that don't depend on the php 8 version Could you help me please?
2 Views