Skip to content
Extraits de code Groupes Projets
Valider bc9639d4 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

increase required php version

parent 53c40514
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -20,11 +20,11 @@
},
"config":{
"platform": {
"php": "5.5.0"
"php": "5.5.9"
}
},
"require": {
"php": ">=5.5.0",
"php": ">=5.5.9",
"twig/twig": "~1.0",
"leafo/lessphp": "~0.5.0",
"symfony/console": "~2.6.0",
......
......@@ -19,7 +19,7 @@ $piwik_errorMessage = '';
// NOTE: when changing this variable, we also need to update
// 1) api.piwik.org
// 2) tests/travis/generator/Generator.php
$piwik_minimumPHPVersion = '5.5.0';
$piwik_minimumPHPVersion = '5.5.9';
$piwik_currentPHPVersion = PHP_VERSION;
$minimumPhpInvalid = version_compare($piwik_minimumPHPVersion, $piwik_currentPHPVersion) > 0;
if ($minimumPhpInvalid) {
......
......@@ -28,7 +28,7 @@ class ReleaseCheckListTest extends \PHPUnit_Framework_TestCase
{
private $globalConfig;
const MINIMUM_PHP_VERSION = '5.5.0';
const MINIMUM_PHP_VERSION = '5.5.9';
public function setUp()
{
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter