Skip to content

Commit b2cf30d

Browse files
authored
Added PHP 7.4 to .travis.yml (andywer#71)
* Added PHP 7.4 to .travis.yml * Updated PHP to match Laravel 6 requirement * Updated all libs Co-authored-by: Kieran Brahney <[email protected]>
1 parent e3f3c4e commit b2cf30d

File tree

3 files changed

+503
-523
lines changed

3 files changed

+503
-523
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sudo: false
44
php:
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
before_script:
910
- composer install --dev

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1.0",
13+
"php": ">=7.2.0",
1414
"illuminate/support": "6.*"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)