From 9e1cb16ffe438368fbf5791f6b80de818c6a9d76 Mon Sep 17 00:00:00 2001 From: Jens Trio Date: Fri, 17 Nov 2017 10:51:11 +0100 Subject: [PATCH] Update laravel version to 5 The repo mentions laravel 5 while this page was still mentioning laravel 4 see https://github.com/dockerwest/php-laravel --- project-specific-images/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-specific-images/index.html b/project-specific-images/index.html index a751d26..055735c 100644 --- a/project-specific-images/index.html +++ b/project-specific-images/index.html @@ -115,7 +115,7 @@

PHP

php-laravel dockerwest/php 5.6, 7.0, 7.1 and 7.2 - PHP container for Laravel 4 applications with all basic required extensions. + PHP container for Laravel 5 applications with all basic required extensions. php-symfony