From e152fcab7ecaf4c43dd7cccd272c8403720d3d33 Mon Sep 17 00:00:00 2001 From: Cees van Egmond Date: Thu, 10 Mar 2016 17:24:43 +0100 Subject: [PATCH] Update README to let people know it also works in Laravel 5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1e7b86..7ac7ead 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ Into this: ## Installation Begin by installing this package through Composer. Edit your project's `composer.json` file to require `fedeisas/laravel-mail-css-inliner`. +This package needs Laravel 4.x or Laravel 5.x ```json { "require": { - "laravel/framework": "4.1.*", - "fedeisas/laravel-mail-css-inliner": "~1.3" + "fedeisas/laravel-mail-css-inliner": "~1.4" } } ```