The branch "master" has been updated. The following is a summary of the commits.
from: eeaddcc12150e3e5fa213a3f20ce68dfe3e73039 4181063 Add information for composer version 1 and PHP8 Summary: https://github.com/horde/git-tools/compare/eeaddcc12150...4181063ced58 ----------------------------------------------------------------------- commit 4181063ced580b203da0b1db3e3ecf32a76b27ac Author: Daniel Ziegenberg <[email protected]> Date: Wed, 12 Jan 2022 21:15:21 +0100 Add information for composer version 1 and PHP8 When the current version of composer (v2) is used, installing the horde dev-depencies fails with error message: "The PEAR repository has been removed from Composer 2.x" This commit adds information to use Composer version 1.x. Also PHP 8 is currently not possible, as installing the dev-depencies fails with the follwoing error message for a lot of horde dev-requirements: "requires php <8.0.0.0 -> your PHP version (8.0.14) does not satisfy that requirement." This commit adds the information to use the flag `--ignore-platform-reqs`. Signed-off-by: Daniel Ziegenberg <[email protected]> M README.md https://github.com/horde/git-tools/commit/4181063ced580b203da0b1db3e3ecf32a76b27ac -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
