Merge pull request #3267 from GrahamForks/fix
Fixed 5.1 installation
Showing
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"license": "MIT", | "license": "MIT", | ||
"type": "project", | "type": "project", | ||
"require": { | "require": { | ||
"laravel/framework": "5.1.*@dev" | "laravel/framework": "5.1.*" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "~4.0", | "phpunit/phpunit": "~4.0", | ||
... | @@ -40,5 +40,7 @@ | ... | @@ -40,5 +40,7 @@ |
}, | }, | ||
"config": { | "config": { | ||
"preferred-install": "dist" | "preferred-install": "dist" | ||
} | }, | ||
"minimum-stability": "dev", | |||
"prefer-stable": true | |||
} | } |
Please
register
or
sign in
to comment