Skip to content

Commit

Permalink
Updating composer to have the plugin to work on laravel 5.2 (#402)
Browse files Browse the repository at this point in the history
* Updating composer to have the plugin to work on laravel 5.2

* Updated readme

* Bumped version
  • Loading branch information
Marc Cámara authored Feb 1, 2017
1 parent b1dbc84 commit fb086cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ Laravel 5 is released!!
4.1.x | 0.13.x
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
5.2.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.2.1",
"version": "1.2.2",
"authors": [
{
"name": "Marc Cámara",
Expand All @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.6.0",
"laravel/framework": "5.4.*"
"laravel/framework": "~5.2"
},
"require-dev": {
"orchestra/testbench-browser-kit": "~3.4"
Expand Down

0 comments on commit fb086cb

Please sign in to comment.