Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Release version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Feb 8, 2018
1 parent d209f31 commit 825e1f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 6.0.0 (released 2018-02-08)

- Added laravel 5.6 support
- Added optimized database queries
- Removed laravel 5.6 support
- Removed php 7.0 support

## 5.0.0 (released 2017-09-02)

- Added laravel 5.5 support
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require-dev": {
"graham-campbell/analyzer": "^2.0",
"graham-campbell/testbench": "^5.0",
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 825e1f1

Please sign in to comment.