← Back to team overview

mahara-contributors team mailing list archive

[Bug 1793227] A change has been merged

 

Reviewed:  https://reviews.mahara.org/9235
Committed: https://git.mahara.org/mahara/mahara/commit/1bf381347860f347313fbbead18542de7a0a1c12
Submitter: Cecilia Vela Gurovic (ceciliavg@xxxxxxxxxxxxxxx)
Branch:    master

commit 1bf381347860f347313fbbead18542de7a0a1c12
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu Oct 18 10:55:33 2018 +1300

Bug 1793227: Alter the minimum php version to be 7.0

Now that we rely on PHP7+ for things like phpunit we need to bump our
minimum PHP version

behatnotneeded

Change-Id: Icb85e8ff806e6847558ed099dfc81f19eedfd3a2
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
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:
  Fix Committed

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