phpList / rest-api

This module is the REST API for phpList, powered by phpList 4
https://www.phplist.com/
GNU Affero General Public License v3.0
22 stars 12 forks source link

[BUGFIX] Fix Composer-related build failure with PHP 7.0 #96

Closed oliverklee closed 6 years ago

oliverklee commented 6 years ago

Composer tries to install doctrine/instantiator 1.1.0 on PHP 7.0, but this version requires PHP ^7.1. This seems to be a bug in Composer, and requiring the latest PHP-7.0-compatible version of phpunit/phpunit-mock-objects works around this issue.