Skip to content

Commit

Permalink
v6
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Sep 28, 2020
1 parent 429a173 commit 92b94c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All the notable changes to the Laravel Natural Language package are documented in this file:

## v6.0.0 (28-09-2020)
- Updated the underlying google cloud language sdk

## v5.0.0 (10-09-2020)
- Added Laravel v8.x support.
- Dropped Laravel v6 & PHPUnit v8 support.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require": {
"php": "^7.3",
"google/cloud-language": "^0.20.0",
"google/cloud-language": "^0.24.0",
"illuminate/support": "7.*|8.*"
},
"require-dev": {
Expand Down

0 comments on commit 92b94c9

Please sign in to comment.