Index: branches/5.2.x/composer.json =================================================================== diff -u -r16790 -r16792 --- branches/5.2.x/composer.json (.../composer.json) (revision 16790) +++ branches/5.2.x/composer.json (.../composer.json) (revision 16792) @@ -1,16 +1,14 @@ { "name": "intechnic/in-portal", "require": { - "php": ">=5.4.7", + "php": ">=5.6", "paragonie/random_compat": "^2.0", - "symfony/polyfill-php55": "^1.19", - "symfony/polyfill-php56": "^1.19", "mtdowling/cron-expression": "dev-master", "composer/ca-bundle": "^1.4" }, "require-dev": { "behat/mink": "^1.7", - "aik099/phpunit-mink": "^2.2", + "aik099/phpunit-mink": "^2.4", "yoast/phpunit-polyfills": "^1.1", "qa-tools/qa-tools": "^1.2", "phpspec/prophecy": "^1.10", @@ -25,7 +23,7 @@ ], "config": { "platform": { - "php": "5.4.7" + "php": "5.6" } } }