Skip to content

Commit

Permalink
Merge pull request #82 from laravel-notification-channels/issue/39
Browse files Browse the repository at this point in the history
Add support for Laravel 7.0 (#81)
  • Loading branch information
dwightwatson committed Mar 3, 2020
2 parents c3668f2 + 135f48e commit 2cedca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2.5",
"edamov/pushok": "^0.10.4",
"illuminate/config": "^6.0",
"illuminate/events": "^6.0",
"illuminate/notifications": "^6.0",
"illuminate/support": "^6.0"
"illuminate/config": "^7.0",
"illuminate/events": "^7.0",
"illuminate/notifications": "^7.0",
"illuminate/support": "^7.0"
},
"require-dev": {
"mockery/mockery": "~1.3.0",
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Expand Up @@ -20,7 +20,6 @@
</whitelist>
</filter>
<logging>
<log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage"/>
<log type="coverage-text" target="build/coverage.txt"/>
Expand Down

0 comments on commit 2cedca0

Please sign in to comment.