From ad959d33190156e58570d66f9886a16060ef2eae Mon Sep 17 00:00:00 2001 From: Rene Bartkowiak Date: Fri, 24 Oct 2014 15:40:20 +0200 Subject: [PATCH 1/6] Updated illuminate packages versions for L5 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index df8ff45..ae3ad7b 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.*", - "illuminate/view": "4.*", - "illuminate/config": "4.*" + "illuminate/support": "~5.0", + "illuminate/view": "~5.0", + "illuminate/config": "~5.0" }, "require-dev": { "phpunit/phpunit": "3.7.*", From 1d399385676ad04efcdf765809f2be6fb38a4909 Mon Sep 17 00:00:00 2001 From: Rene Bartkowiak Date: Sat, 25 Oct 2014 14:03:27 +0200 Subject: [PATCH 2/6] Updated curly-braces to work with L5 --- src/views/javascript.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/javascript.blade.php b/src/views/javascript.blade.php index ec23629..7c2df24 100644 --- a/src/views/javascript.blade.php +++ b/src/views/javascript.blade.php @@ -1,14 +1,14 @@