From e09df307cb3d503e5b0585aa021841b05d0fd1dc Mon Sep 17 00:00:00 2001 From: Eugene Matvejev Date: Sat, 25 Jun 2016 19:44:48 +0100 Subject: [PATCH 1/3] update tests namespace --- tests/phpunit/Container/File.php | 2 +- tests/phpunit/Processor/ProcessorTest.php | 4 ++-- tests/phpunit/ScriptHandlerTest.php | 4 ++-- tests/shared-enviroment/IntegrationTestSuite.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/phpunit/Container/File.php b/tests/phpunit/Container/File.php index 0735415..c0fbcee 100644 --- a/tests/phpunit/Container/File.php +++ b/tests/phpunit/Container/File.php @@ -1,6 +1,6 @@ Date: Sat, 25 Jun 2016 19:45:49 +0100 Subject: [PATCH 2/3] put back PHP 5.5.9 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f6d9c17..650373d 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "bin-dir": "bin/" }, "require": { - "php": ">= 5.6.0 || 7.0.0 - 7.0.4 || >= 7.0.6", + "php": ">= 5.5.9 || 7.0.0 - 7.0.4 || >= 7.0.6", "leafo/lessphp": "^0.5", "leafo/scssphp": "@dev", "leafo/scssphp-compass": "@dev" From d1752e997b05bef50eba547bda1f26b3b13d03bd Mon Sep 17 00:00:00 2001 From: Eugene Matvejev Date: Sat, 25 Jun 2016 19:46:00 +0100 Subject: [PATCH 3/3] Revert "put back PHP 5.5.9 support" This reverts commit 317bea334ee336713d8a7659a7da43d892532bb7. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 650373d..f6d9c17 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "bin-dir": "bin/" }, "require": { - "php": ">= 5.5.9 || 7.0.0 - 7.0.4 || >= 7.0.6", + "php": ">= 5.6.0 || 7.0.0 - 7.0.4 || >= 7.0.6", "leafo/lessphp": "^0.5", "leafo/scssphp": "@dev", "leafo/scssphp-compass": "@dev"