Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from elbgoods/laravel-8
Browse files Browse the repository at this point in the history
add Laravel 8 support
  • Loading branch information
Gummibeer authored Oct 1, 2020
2 parents 41f78ba + cedb0c8 commit cf3e8d7
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:
matrix:
os: [ubuntu-latest]
php: [7.4]
laravel: [7.*, 6.*]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
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 this package will be documented in this file.

## v0.3.0

- add Laravel 8 support

## v0.2.0

- add Laravel 7 support
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
],
"require": {
"php": "^7.4",
"illuminate/contracts": "^6.0 || ^7.0",
"illuminate/support": "^6.0 || ^7.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"league/iso3166": "^2.1"
},
"require-dev": {
"orchestra/testbench": "^4.0 || ^5.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"config": {
Expand Down

0 comments on commit cf3e8d7

Please sign in to comment.