Skip to content

Commit f4b7729

Browse files
committed
Merge branch 'develop'
2 parents 45f2739 + 003a8d6 commit f4b7729

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 `laravel-reactions` will be documented in this file
44

5+
## 2.4.0 - 2020-03-09
6+
- Laravel 7.0 support
7+
58
## 2.3.0 - 2019-09-18
69
- Laravel 6.0 support
710

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
],
2828
"require": {
2929
"php": "^7.0",
30-
"illuminate/database": "~5.5|~5.6|~5.7|~5.8|^6.0",
31-
"illuminate/support": "~5.5|~5.6|~5.7|~5.8|^6.0"
30+
"illuminate/database": "~5.5|~5.6|~5.7|~5.8|^6.0|^7.0",
31+
"illuminate/support": "~5.5|~5.6|~5.7|~5.8|^6.0|^7.0"
3232
},
3333
"require-dev": {
3434
"friendsofphp/php-cs-fixer": "^2.10",
3535
"mockery/mockery": "^1.0",
36-
"orchestra/database": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0",
37-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0",
38-
"phpunit/phpunit": "^7.5|^8.0"
36+
"orchestra/database": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0",
37+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0",
38+
"phpunit/phpunit": "^7.5|^8.0|^9.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)