Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 committed Mar 9, 2020
2 parents 45f2739 + 003a8d6 commit f4b7729
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-reactions` will be documented in this file

## 2.4.0 - 2020-03-09
- Laravel 7.0 support

## 2.3.0 - 2019-09-18
- Laravel 6.0 support

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
],
"require": {
"php": "^7.0",
"illuminate/database": "~5.5|~5.6|~5.7|~5.8|^6.0",
"illuminate/support": "~5.5|~5.6|~5.7|~5.8|^6.0"
"illuminate/database": "~5.5|~5.6|~5.7|~5.8|^6.0|^7.0",
"illuminate/support": "~5.5|~5.6|~5.7|~5.8|^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10",
"mockery/mockery": "^1.0",
"orchestra/database": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0",
"phpunit/phpunit": "^7.5|^8.0"
"orchestra/database": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0",
"phpunit/phpunit": "^7.5|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f4b7729

Please sign in to comment.