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 7ad866c + a4401b5 commit 56009b5Copy full SHA for 56009b5
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 7.2
5
- 7.3
6
- 7.4
7
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.3",
+ "php": "^7.2",
20
"illuminate/support": "5.8.*|^6.0|^7.0",
21
"symfony/stopwatch": "^4.0|^5.0"
22
},
0 commit comments