Commit 01cf5f18 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3267 from GrahamForks/fix

Fixed 5.1 installation
parents 1500a186 c170c76d
......@@ -5,7 +5,7 @@
"license": "MIT",
"type": "project",
"require": {
"laravel/framework": "5.1.*@dev"
"laravel/framework": "5.1.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
......@@ -40,5 +40,7 @@
},
"config": {
"preferred-install": "dist"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
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