Skip to content

Commit beb1244

Browse files
author
Marc Cámara
committed
Upgraded version and fixed tests
1 parent c27cb0d commit beb1244

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.2.3
2+
- Added `getLocalesOrder()` function to the package
3+
14
### 1.2
25
- Added compatibility with Laravel 5.4
36

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["localization", "laravel", "php"],
55
"homepage": "https://github.com/mcamara/laravel-localization",
66
"license": "MIT",
7-
"version": "1.2.2",
7+
"version": "1.2.3",
88
"authors": [
99
{
1010
"name": "Marc Cámara",
@@ -17,7 +17,8 @@
1717
"laravel/framework": "~5.2"
1818
},
1919
"require-dev": {
20-
"orchestra/testbench-browser-kit": "~3.4"
20+
"orchestra/testbench-browser-kit": "~3.4",
21+
"phpunit/phpunit": "5.4.*"
2122
},
2223
"autoload": {
2324
"classmap": [

0 commit comments

Comments
 (0)