Browse Source

Fix dependency

With this new 5.0 branch, there is some issues on composer install. Either keep a 4.3.* branch or change this ?
Julien Bonvarlet 9 years ago
parent
commit
13d19d606d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -5,7 +5,7 @@
 	"license": "MIT",
 	"type": "project",
 	"require": {
-		"laravel/framework": "4.3.*"
+		"laravel/framework": "~5.0"
 	},
 	"require-dev": {
 		"phpunit/phpunit": "~4.0"