Skip to content

Commit

Permalink
v5
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Sep 10, 2020
1 parent 736b2ae commit 429a173
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
php: [7.3, 7.4]
laravel: [6.*, 7.*]
laravel: [7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
All the notable changes to the Laravel Natural Language package are documented in this file:

## v5.0.0 (10-09-2020)
- Added Laravel v8.x support.
- Dropped Laravel v6 & PHPUnit v8 support.

## v4.0.0 (03-03-2020)
- Added Laravel v7.x support.
- Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"require": {
"php": "^7.3",
"google/cloud-language": "^0.20.0",
"illuminate/support": "6.*|7.*"
"illuminate/support": "7.*|8.*"
},
"require-dev": {
"mockery/mockery": "^1.1",
"orchestra/testbench" : "4.*|5.*",
"phpunit/phpunit": "^8.0"
"orchestra/testbench" : "5.*|6.*",
"phpunit/phpunit": "^9.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 429a173

Please sign in to comment.