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 a85155d commit 2daae1dCopy full SHA for 2daae1d
.travis.yml
@@ -1,8 +1,8 @@
1
language: php
2
3
php:
4
- - 7.1
5
- - 7.2
+ - 7.3
+ - 7.4
6
7
env:
8
matrix:
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.1",
+ "php": "^7.3",
20
"illuminate/container": "^6.0|^7.0",
21
"illuminate/database": "^6.0|^7.0",
22
"illuminate/log": "^6.0|^7.0",
0 commit comments