From beb1244a4ce2fe793f37696ec0d89eed015f385e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20C=C3=A1mara?= Date: Sat, 18 Feb 2017 20:47:47 +0000 Subject: [PATCH] Upgraded version and fixed tests --- CHANGELOG.md | 3 +++ composer.json | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c55a3cb..1a14254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.2.3 +- Added `getLocalesOrder()` function to the package + ### 1.2 - Added compatibility with Laravel 5.4 diff --git a/composer.json b/composer.json index 7d4fbf9..32398d6 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["localization", "laravel", "php"], "homepage": "https://github.com/mcamara/laravel-localization", "license": "MIT", - "version": "1.2.2", + "version": "1.2.3", "authors": [ { "name": "Marc Cámara", @@ -17,7 +17,8 @@ "laravel/framework": "~5.2" }, "require-dev": { - "orchestra/testbench-browser-kit": "~3.4" + "orchestra/testbench-browser-kit": "~3.4", + "phpunit/phpunit": "5.4.*" }, "autoload": { "classmap": [