Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit a5ce96b

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)