Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Mar 4, 2020
2 parents cb8b040 + 0fcaac8 commit 95cf0fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

# This triggers builds to run on the new TravisCI infrastructure.
# See: http:https://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to `notifiable-exception` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http:https://keepachangelog.com/) principles.

## 1.1.1 - 2020-03-04

### Added
- Support for Laravel 7 dependencies


## 1.1.0 - 2019-11-08

### Added
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "^5.5|^6.0",
"illuminate/contracts": "^5.5|^6.0",
"illuminate/notifications": "^5.5|^6.0",
"illuminate/bus": "^5.5|^6.0"
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/notifications": "^5.5|^6.0|^7.0",
"illuminate/bus": "^5.5|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4|^6.0|^7.0|^8.0",
Expand Down

0 comments on commit 95cf0fc

Please sign in to comment.