pdsinterop / php-solid-server

Standalone Solid Server written in PHP by PDS Interop
https://pdsinterop.org/php-solid-server/
MIT License
46 stars 7 forks source link

Change flysystem-rdf dependency to dev-master as dev-dev does not exist. #23

Closed Potherca closed 3 years ago

Potherca commented 3 years ago

Currently the Travis build is failing because of version constraint conflicts:

 Problem 1

    - Installation request for pdsinterop/flysystem-rdf dev-dev -> satisfiable by pdsinterop/flysystem-rdf[dev-dev].

    - pdsinterop/solid-crud dev-master requires pdsinterop/flysystem-rdf dev-master -> satisfiable by pdsinterop/flysystem-rdf[dev-master].

    - Can only install one of: pdsinterop/flysystem-rdf[dev-master, dev-dev].

    - Installation request for pdsinterop/solid-crud dev-master -> satisfiable by pdsinterop/solid-crud[dev-master].

This MR changes the version constraint from dev-dev to dev-master, which should smooth things over.

Potherca commented 3 years ago

image