Skip to content

Commit

Permalink
Merge pull request #2 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 2d5a081 + a559d57 commit 5ceaeeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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 `laravel-addressable` will be documented in this file

## 0.2.0 - 2020-10-01

- add Laravel 8 support

## 0.1.0 - 2020-07-22

- initial release
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
],
"require": {
"php": "^7.4",
"elbgoods/laravel-country-rule": "^0.2.0",
"elbgoods/laravel-swiss-canton-rule": "^0.4.0",
"illuminate/database": "^6.0 || ^7.0",
"illuminate/support": "^6.0 || ^7.0"
"elbgoods/laravel-country-rule": "^0.3.0",
"elbgoods/laravel-swiss-canton-rule": "^0.5.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
},
"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 5ceaeeb

Please sign in to comment.