Skip to content

Commit

Permalink
Merge pull request #18 from mikemand/laravel-7
Browse files Browse the repository at this point in the history
Add support for Laravel 7
  • Loading branch information
DivineOmega authored Mar 4, 2020
2 parents 9489ca4 + eabd739 commit 6f744c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
install:
- composer update
script:
- ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
after_script:
- php vendor/bin/php-coveralls -v
- php vendor/bin/php-coveralls -v
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^7.1",
"divineomega/password_exposed": "^3.0.1",
"illuminate/contracts": "^5.1||^6.0"
"illuminate/contracts": "^5.1||^6.0||^7.0"
},
"license": "LGPL-3.0-only",
"authors": [
Expand All @@ -25,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.0||^8.0",
"phpunit/phpunit": "^7.0||^8.0||^9.0",
"php-coveralls/php-coveralls": "^2.0"
}
}

0 comments on commit 6f744c2

Please sign in to comment.