Skip to content

Commit

Permalink
Update to Laravel 5.6 (#108)
Browse files Browse the repository at this point in the history
Update to Laravel 5.6
  • Loading branch information
rodrigopedra authored and srmklive committed Feb 19, 2018
1 parent de847a1 commit e3d5e0b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ matrix:
env: LARAVEL_VERSION=5.4.*
- php: 7.1
env: LARAVEL_VERSION=5.5.*
- php: 7.1
env: LARAVEL_VERSION=5.6.*
- php: 7.2
env: LARAVEL_VERSION=5.1.*
- php: 7.2
env: LARAVEL_VERSION=5.2.*
- php: 7.2
env: LARAVEL_VERSION=5.3.*
- php: 7.2
env: LARAVEL_VERSION=5.4.*
- php: 7.2
env: LARAVEL_VERSION=5.5.*
- php: 7.2
env: LARAVEL_VERSION=5.6.*
- php: hhvm
env: LARAVEL_VERSION=5.1.*
dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Laravel HTMLMin is currently maintained by [Raza Mehdi](https://github.com/srmkl

## Installation

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.
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.

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

Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"mrclay/minify": "^2.2"
},
"require-dev": {
"graham-campbell/testbench": "^3.1|^4.0",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.8|^5.0|^6.0"
"graham-campbell/testbench": "^3.1|^4.0|^5.0",
"mockery/mockery": "^0.9.4|^1.0",
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e3d5e0b

Please sign in to comment.