Patch for "master" branch: https://reviews.mahara.org/9235
-- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1793227 Title: Make min PHP version tp be 7+ to allow phpunit 6.0 to work Status in Mahara: In Progress Bug description: we changed phpunit required version to ^6.0 here: https://bugs.launchpad.net/mahara/+bug/1786867 https://reviews.mahara.org/#/c/9067/ but this only works with php7+ If you are on php 5.5.9 and want to install SimpleSaml with command make ssphp Composer will fail with error phpunit/phpunit 6.5.9 requires php ^7.0 -> your PHP version (5.5.9) does not satisfy that requirement. Should we fix this to allow older version of phpunit? To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1793227/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

