tobyzerner / json-api-server

A JSON:API server implementation in PHP.
https://tobyzerner.github.io/json-api-server/
MIT License
63 stars 21 forks source link

Incompatible PHP requirement #63

Closed asispts closed 1 year ago

asispts commented 1 year ago

In composer.json, the minimum supported PHP version is 7.1. However, the development libraries require at least PHP 7.3. Please see the composer errors below.

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

  Problem 1
    - Root composer.json requires dms/phpunit-arraysubset-asserts ^0.2.1 -> satisfiable by dms/phpunit-arraysubset-asserts[v0.2.1].
    - dms/phpunit-arraysubset-asserts v0.2.1 requires php ^7.3|^8.0 -> your php version (7.1.33) does not satisfy that requirement.
  Problem 2
    - phpunit/phpunit[9.4.0, ..., 9.6.7] require php >=7.3 -> your php version (7.1.33) does not satisfy that requirement.
    - Root composer.json requires phpunit/phpunit ^9.4 -> satisfiable by phpunit/phpunit[9.4.0, ..., 9.6.7