Skip to content

Commit

Permalink
Merge 8d9968a into c1289b5
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic committed Mar 5, 2020
2 parents c1289b5 + 8d9968a commit 98c1e14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand All @@ -14,7 +15,7 @@ before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- composer validate

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Expand Up @@ -4,10 +4,10 @@
"homepage": "http://laravel-notification-channels.com/",
"license": "MIT",
"require": {
"php": ">=7.2",
"php": ">=7.2.5",
"atymic/sms-broadcast": "^1.0",
"illuminate/notifications": "~5.6 || ~6.0",
"illuminate/support": "~5.6 || ~6.0"
"illuminate/notifications": "~5.6 || ~6.0 || ~7.0",
"illuminate/support": "~5.6 || ~6.0 || ~7.0"
},
"authors": [
{
Expand All @@ -18,6 +18,7 @@
}
],
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 98c1e14

Please sign in to comment.