← Back to team overview

mahara-contributors team mailing list archive

[Bug 1793227] Re: phpunit 6.0 only works on php7+

 

** Changed in: mahara
    Milestone: 18.10.0 => 18.10rc1

-- 
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:
  phpunit 6.0 only works on php7+

Status in Mahara:
  New

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


References