Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit 7a1aaac

Browse files
Merge pull request #31 from LKaemmerling/patch-1
2 parents 64b53d6 + 9d1293d commit 7a1aaac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 8.0
8+
- 8.1
79

810
install:
911
- travis_retry composer install --no-interaction --prefer-source

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"require": {
1313
"php": ">=7.1",
1414
"ibericode/vat": "^1.2",
15-
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
16-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"
15+
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
16+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^6.3|^7.0|^8.5",

0 commit comments

Comments
 (0)