Skip to content

Commit e3d5e0b

Browse files
rodrigopedrasrmklive
authored andcommitted
Update to Laravel 5.6 (#108)
Update to Laravel 5.6
1 parent de847a1 commit e3d5e0b

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@ matrix:
4040
env: LARAVEL_VERSION=5.4.*
4141
- php: 7.1
4242
env: LARAVEL_VERSION=5.5.*
43+
- php: 7.1
44+
env: LARAVEL_VERSION=5.6.*
45+
- php: 7.2
46+
env: LARAVEL_VERSION=5.1.*
47+
- php: 7.2
48+
env: LARAVEL_VERSION=5.2.*
49+
- php: 7.2
50+
env: LARAVEL_VERSION=5.3.*
51+
- php: 7.2
52+
env: LARAVEL_VERSION=5.4.*
53+
- php: 7.2
54+
env: LARAVEL_VERSION=5.5.*
55+
- php: 7.2
56+
env: LARAVEL_VERSION=5.6.*
4357
- php: hhvm
4458
env: LARAVEL_VERSION=5.1.*
4559
dist: trusty

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Laravel HTMLMin is currently maintained by [Raza Mehdi](https://github.com/srmkl
1313

1414
## Installation
1515

16-
Laravel HTMLMin requires [PHP](https://php.net) 5.5+. This particular version supports Laravel 5.1, 5.2, 5.3, 5.4, and 5.5 only.
16+
Laravel HTMLMin requires [PHP](https://php.net) 5.5+. This particular version supports Laravel 5.1, 5.2, 5.3, 5.4, 5.5, and 5.6 only.
1717

1818
To get the latest version, simply require the project using [Composer](https://getcomposer.org):
1919

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
],
1616
"require": {
1717
"php": ">=5.5.9",
18-
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
19-
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
20-
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
21-
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
22-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
23-
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
18+
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
19+
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
20+
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
21+
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
22+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
23+
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
2424
"mrclay/minify": "^2.2"
2525
},
2626
"require-dev": {
27-
"graham-campbell/testbench": "^3.1|^4.0",
28-
"mockery/mockery": "^0.9.4",
29-
"phpunit/phpunit": "^4.8|^5.0|^6.0"
27+
"graham-campbell/testbench": "^3.1|^4.0|^5.0",
28+
"mockery/mockery": "^0.9.4|^1.0",
29+
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)