From 86f951e1b336e8790b9933a015bd2e12ba0544d3 Mon Sep 17 00:00:00 2001 From: Nicolas Daniel Palumbo Date: Mon, 17 Oct 2016 19:39:30 +0200 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e863710..ebf3bab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Laravel Gettext* is a package compatible with the great Laravel PHP Framework. It provides a simple way to add localization support to Laravel applications. It is designed to work with *GNU gettext* and *Poedit*. Former versions of this package (before 4.x) works with the native php-gettext module. Current versions uses the Symfony translation package by default instead of native php extension. -[![Stable build Status](https://travis-ci.org/xinax/laravel-gettext.png?branch=4.0.1)](https://travis-ci.org/xinax/laravel-gettext) Latest Laravel 5.3.x stable release (4.0.1) +[![Stable build Status](https://travis-ci.org/xinax/laravel-gettext.png?branch=4.0.2)](https://travis-ci.org/xinax/laravel-gettext) Latest Laravel 5.3.x stable release (4.0.2) > Note: This documentation applies to laravel 5.3.x and 4.x branch. For older versions of laravel check the following links: @@ -36,7 +36,7 @@ Optional requirements if you want to use the native php-gettext extension: Add the composer repository to your *composer.json* file: ```json - "xinax/laravel-gettext": "4.0.1" + "xinax/laravel-gettext": "4.x" ``` And run composer update. Once it's installed, you can register the service provider in config/app.php in the providers array: