Skip to content

Commit

Permalink
Use stable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 27, 2015
1 parent c3e3d9d commit eb63ae5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "project",
"require": {
"laravel/framework": "~5.0"
"laravel/framework": "5.0.*@dev"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down Expand Up @@ -40,6 +40,5 @@
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
}
}

0 comments on commit eb63ae5

Please sign in to comment.