Skip to content

Commit a5ce96b

Browse files
authoredDec 8, 2019
Merge pull request #66 from codedge/#63-Laravel-6-comp
#63 laravel 6 comp
2 parents 80dd97b + dba78b0 commit a5ce96b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
6+
- 7.4
77

88
branches:
99
except:

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
}
4949
},
5050
"require": {
51-
"php": ">=7.1",
51+
"php": ">=7.2",
5252
"ext-zip": "*",
53-
"illuminate/support": "5.*",
53+
"laravel/framework": "^5.8|6.*",
5454
"guzzlehttp/guzzle": "6.*"
5555
},
5656
"require-dev": {

0 commit comments

Comments
 (0)