Index: branches/5.3.x/composer.json =================================================================== diff -u -r16723 -r16800 --- branches/5.3.x/composer.json (.../composer.json) (revision 16723) +++ branches/5.3.x/composer.json (.../composer.json) (revision 16800) @@ -1,21 +1,32 @@ { - "name": "In-Portal", + "name": "intechnic/in-portal", "require": { - "php": ">=5.3.7", + "php": ">=5.6", "symfony/console": "~2.6", "stecman/symfony-console-completion": "~0.5", "symfony/process": "^2.7", "paragonie/random_compat": "^2.0", - "symfony/polyfill-php55": "^1.19", - "symfony/polyfill-php56": "^1.19" + "mtdowling/cron-expression": "dev-master" }, "require-dev": { - "aik099/phpunit-mink": "~2.0", - "qa-tools/qa-tools": "~1.0", + "behat/mink": "^1.7", + "aik099/phpunit-mink": "^2.4", + "yoast/phpunit-polyfills": "^1.1", + "qa-tools/qa-tools": "^1.2", + "phpspec/prophecy": "^1.10", "aik099/coding-standard": "dev-in-portal", - "nikic/php-parser": "~1.2", - "mockery/mockery": "~0.9", - - "behat/mink": "~1.6" + "nikic/php-parser": "~1.2" + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/in-portal/cron-expression", + "no-api": true + } + ], + "config": { + "platform": { + "php": "5.6" + } } }