Skip to content

Commit f18497f

Browse files
author
Illia Sakovich
committed
wip
1 parent 217fe6a commit f18497f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
# faster builds on new travis setup not using sudo
89
sudo: false

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7+
"php": "^7.2",
78
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
89
"guzzlehttp/guzzle": "^6.4",
910
"jaybizzle/crawler-detect": "^1.2"

0 commit comments

Comments
 (0)