Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit d2d7e5e

Browse files
Add Laravel 8 support (#17)
* Add Laravel 8 support * Remove unnecessary direct dependency on laravel/framework Co-authored-by: Claudio Dekker <claudiodekker@users.noreply.github.com>
1 parent 635f4b0 commit d2d7e5e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `ubient/laravel-flash-message` will be documented in this file
44

5+
## 5.1.0 - 2020-09-07
6+
- Add support for Laravel 8
7+
58
## 5.0.0 - 2020-04-12
69
- Add support for Laravel 7.0
710
- Fixed a crash when not in an environment where testing-related packages installed.

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@
2222
],
2323
"require": {
2424
"php": "^7.2",
25-
"illuminate/http": "^5.8|^6.0|^7.0",
26-
"illuminate/support": "^5.8|^6.0|^7.0",
27-
"laravel/framework": "^5.8|^6.0|^7.0"
25+
"illuminate/http": "^5.8|^6.0|^7.0|^8.0",
26+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
2827
},
2928
"require-dev": {
30-
"orchestra/testbench": "^3.8|^4.0|^5.0",
29+
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
3130
"phpunit/phpunit": "^8.0"
3231
},
3332
"autoload": {

0 commit comments

Comments
 (0)