Skip to content

Commit 6f744c2

Browse files
authored
Merge pull request #18 from mikemand/laravel-7
Add support for Laravel 7
2 parents 9489ca4 + eabd739 commit 6f744c2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7+
- '7.4'
78
install:
89
- composer update
910
script:
1011
- ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
1112
after_script:
12-
- php vendor/bin/php-coveralls -v
13+
- php vendor/bin/php-coveralls -v

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^7.1",
77
"divineomega/password_exposed": "^3.0.1",
8-
"illuminate/contracts": "^5.1||^6.0"
8+
"illuminate/contracts": "^5.1||^6.0||^7.0"
99
},
1010
"license": "LGPL-3.0-only",
1111
"authors": [
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^7.0||^8.0",
28+
"phpunit/phpunit": "^7.0||^8.0||^9.0",
2929
"php-coveralls/php-coveralls": "^2.0"
3030
}
3131
}

0 commit comments

Comments
 (0)