Commit e0c22a6e authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3233 from GrahamForks/stability

Use stable dependencies
parents c3e3d9dc eb63ae5e
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"license": "MIT", "license": "MIT",
"type": "project", "type": "project",
"require": { "require": {
"laravel/framework": "~5.0" "laravel/framework": "5.0.*@dev"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
...@@ -40,6 +40,5 @@ ...@@ -40,6 +40,5 @@
}, },
"config": { "config": {
"preferred-install": "dist" "preferred-install": "dist"
}, }
"minimum-stability": "dev"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment