Index: branches/5.2.x/composer.json =================================================================== diff -u -N -r16761 -r16769 --- branches/5.2.x/composer.json (.../composer.json) (revision 16761) +++ branches/5.2.x/composer.json (.../composer.json) (revision 16769) @@ -1,10 +1,11 @@ { "name": "intechnic/in-portal", "require": { - "php": ">=5.4.0", + "php": ">=5.4.7", "paragonie/random_compat": "^2.0", "symfony/polyfill-php55": "^1.19", - "symfony/polyfill-php56": "^1.19" + "symfony/polyfill-php56": "^1.19", + "mtdowling/cron-expression": "dev-master" }, "require-dev": { "behat/mink": "^1.7", @@ -14,9 +15,16 @@ "phpspec/prophecy": "^1.10", "aik099/coding-standard": "dev-in-portal" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/in-portal/cron-expression", + "no-api": true + } + ], "config": { "platform": { - "php": "5.4.0" + "php": "5.4.7" } } }