Skip to content

Commit

Permalink
Upgraded version and fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Cámara committed Feb 18, 2017
1 parent c27cb0d commit beb1244
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.2.3
- Added `getLocalesOrder()` function to the package

### 1.2
- Added compatibility with Laravel 5.4

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit beb1244

Please sign in to comment.