Skip to content

Commit 1aa4dd9

Browse files
committed
Add support for laravel 8
1 parent ed8f781 commit 1aa4dd9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.2.1] - 2020-09-09
10+
### Added
11+
- Added support for Laravel 8
12+
813
## [0.2.0] - 2020-07-12
914
### Added
1015
- Added support for automatic package testing.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"php" : ">=7.4",
19-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
19+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
2020
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
2121
"phpunit/phpunit": "^9.3@dev",
2222
"orchestra/testbench": "3.8.*|4.*|5.*"

0 commit comments

Comments
 (0)