diff --git a/composer.json b/composer.json index 40c53b7b..ad66a86b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "xethron/laravel-4-generators", + "name": "oscarafdev/laravel-4-generators", "description": "Rapidly generate resources, migrations, models, and much more.", "license": "MIT", "authors": [ @@ -10,16 +10,16 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "~5.0" + "illuminate/support": "^5.0" }, "require-dev": { - "phpspec/phpspec": "~2.0", - "behat/behat": "~2.5.1", - "behat/mink": "~1.5.0", - "behat/mink-extension": "~1.2.0", - "behat/mink-goutte-driver": "~1.0.9", - "behat/mink-selenium2-driver": "~1.1.1", - "phpunit/phpunit": "~3.7" + "phpspec/phpspec": "^2.0", + "behat/behat": "^2.5.1", + "behat/mink": "^1.5.0", + "behat/mink-extension": "^1.2.0", + "behat/mink-goutte-driver": "^1.0.9", + "behat/mink-selenium2-driver": "^1.1.1", + "phpunit/phpunit": "^3.7" }, "autoload": { "psr-0": {