We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9489ca4 + eabd739 commit 6f744c2Copy full SHA for 6f744c2
.travis.yml
@@ -4,9 +4,10 @@ php:
4
- '7.1'
5
- '7.2'
6
- '7.3'
7
+ - '7.4'
8
install:
9
- composer update
10
script:
11
- ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
12
after_script:
- - php vendor/bin/php-coveralls -v
13
+ - php vendor/bin/php-coveralls -v
composer.json
@@ -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": [
@@ -25,7 +25,7 @@
25
}
26
27
"require-dev": {
28
- "phpunit/phpunit": "^7.0||^8.0",
+ "phpunit/phpunit": "^7.0||^8.0||^9.0",
29
"php-coveralls/php-coveralls": "^2.0"
30
31
0 commit comments