Skip to content

Commit adb1ec7

Browse files
author
Safwan Khan
committed
MAGETWO-32644: Remove PHP 5.4 support from composer.json
- Updated functional test composer.json
1 parent e44e0f0 commit adb1ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"magento/mtf": "1.0.0-rc11",
4-
"php": ">=5.4.0",
4+
"php": "~5.5.0|~5.6.0",
55
"phpunit/phpunit": "4.1.0",
66
"phpunit/phpunit-selenium": ">=1.2",
77
"netwing/selenium-server-standalone": ">=2.35"

dev/tests/functional/composer.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"magento/mtf": "dev-develop",
4-
"php": ">=5.4.0",
4+
"php": "~5.5.0|~5.6.0",
55
"phpunit/phpunit": "4.1.0",
66
"phpunit/phpunit-selenium": ">=1.2",
77
"netwing/selenium-server-standalone": ">=2.35"

0 commit comments

Comments
 (0)