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": [