Skip to content

Commit

Permalink
Pushed version to be compatible with laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Cámara committed Jan 27, 2017
1 parent b88ea7d commit 63952e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### [Unreleased]
### 1.2
- Added compatibility with Laravel 5.4

### 1.1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Laravel 5 is released!!
4.2.x | 0.15.x
5.0.x/5.1.x | 1.0.x
5.2.x/5.3.x | 1.1.x
5.4.x | 1.2.x

## Installation

Expand Down
4 changes: 2 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.1.12",
"version": "1.2.0",
"authors": [
{
"name": "Marc Cámara",
Expand All @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.5.0",
"laravel/framework": "~5.2"
"laravel/framework": "~5.4"
},
"require-dev": {
"orchestra/testbench": "3.2.*"
Expand Down

0 comments on commit 63952e0

Please sign in to comment.