Skip to content

Commit

Permalink
add PHP 8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Jan 6, 2021
1 parent 92b94c9 commit b55eefc
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.1 (06-01-2021)
- Add PHP 8 support.

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"require": {
"php": "^7.3",
"php": "^7.4|^8.0",
"google/cloud-language": "^0.24.0",
"illuminate/support": "7.*|8.*"
},
Expand Down

0 comments on commit b55eefc

Please sign in to comment.