Skip to content

Commit

Permalink
Add L6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Sep 17, 2019
1 parent b4365d0 commit a4859b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `google-time-zone` will be documented in this file.

## 1.1.0 - 2019-09-17

- Add support for Laravel 6.0

## 1.0.1 - 2019-05-24

- Need PHP 7.2 support
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8",
"illuminate/support": "^5.8|^6.0",
"guzzlehttp/guzzle": "~6.0",
"ext-json" : "*"
},
Expand Down

0 comments on commit a4859b3

Please sign in to comment.