Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarafdev authored Nov 30, 2019
1 parent 526f0a0 commit 4ced49f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down

0 comments on commit 4ced49f

Please sign in to comment.