Skip to content

Commit

Permalink
Updates changelog and bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 23, 2019
1 parent dd3be06 commit fac5ca9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0] - 2019-01-23
### Added
- Support to Laravel 5.8

## [1.0.4] - 2018-08-27
### Added
- Support to Laravel 5.7
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/console": "5.6.*|5.7.*",
"illuminate/support": "5.6.*|5.7.*"
"illuminate/console": "5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fac5ca9

Please sign in to comment.