Skip to content

Commit fb086cb

Browse files
author
Marc Cámara
authored
Updating composer to have the plugin to work on laravel 5.2 (#402)
* Updating composer to have the plugin to work on laravel 5.2 * Updated readme * Bumped version
1 parent b1dbc84 commit fb086cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ Laravel 5 is released!!
3434
4.1.x | 0.13.x
3535
4.2.x | 0.15.x
3636
5.0.x/5.1.x | 1.0.x
37-
5.2.x/5.3.x | 1.1.x
38-
5.4.x | 1.2.x
37+
5.2.x-5.4.x | 1.2.x
3938

4039
## Installation
4140

composer.json

+2-2
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.1",
7+
"version": "1.2.2",
88
"authors": [
99
{
1010
"name": "Marc Cámara",
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.6.0",
17-
"laravel/framework": "5.4.*"
17+
"laravel/framework": "~5.2"
1818
},
1919
"require-dev": {
2020
"orchestra/testbench-browser-kit": "~3.4"

0 commit comments

Comments
 (0)