Index: branches/5.2.x/composer.json =================================================================== diff -u -N -r16691 -r16761 --- branches/5.2.x/composer.json (.../composer.json) (revision 16691) +++ branches/5.2.x/composer.json (.../composer.json) (revision 16761) @@ -1,21 +1,22 @@ { - "name": "In-Portal", + "name": "intechnic/in-portal", "require": { - "php": ">=5.3.7", + "php": ">=5.4.0", "paragonie/random_compat": "^2.0", "symfony/polyfill-php55": "^1.19", "symfony/polyfill-php56": "^1.19" }, "require-dev": { + "behat/mink": "^1.7", "aik099/phpunit-mink": "^2.2", + "yoast/phpunit-polyfills": "^1.1", "qa-tools/qa-tools": "^1.2", - "aik099/coding-standard": "dev-in-portal", - - "behat/mink": "^1.7" + "phpspec/prophecy": "^1.10", + "aik099/coding-standard": "dev-in-portal" }, "config": { "platform": { - "php": "5.3.7" + "php": "5.4.0" } } }