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.
1 parent 9c3c46e commit 1c4d946Copy full SHA for 1c4d946
.travis.yml
@@ -3,6 +3,9 @@ language: php
3
php:
4
- 7.0
5
- 7.1
6
+ - 7.2
7
+ - 7.3
8
+ - 7.4
9
10
env:
11
matrix:
composer.json
@@ -25,15 +25,15 @@
25
"LVR\\Phone\\Tests\\": "tests/"
26
}
27
},
28
- "minimum-stability": "stable",
+ "minimum-stability": "stable",
29
"require": {
30
- "illuminate/contracts": "^5.5|^6.0",
31
- "illuminate/support": "^5.5|^6.0",
+ "illuminate/contracts": "^5.5|^6.0|^7.0",
+ "illuminate/support": "^5.5|^6.0|^7.0",
32
"php": "^7.0"
33
34
"require-dev": {
35
- "phpunit/phpunit": "^6.3",
36
- "orchestra/testbench": "^3.5"
+ "phpunit/phpunit": "^6.3|^9.0",
+ "orchestra/testbench": "^3.5|^5.0"
37
38
"suggest": {
39
0 commit comments