Skip to content

Commit abd44ac

Browse files
committed
Merge branch 'release/v1.0.1'
2 parents 70991a9 + e98970f commit abd44ac

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/build
12
/vendor
23
composer.lock

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- '7.2'
55
- '7.3'
66
- '7.4'
7+
- '8.0'
78

89
before_script:
910
- travis_retry composer self-update

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2",
14+
"php": "^7.2 || ^8.0",
1515
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)