Use stable dependencies
Showing
... | @@ -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" | |||
} | } |
Please register or sign in to comment