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

Commit e214b18

Browse files
Merge pull request #14 from quodos/master
Compatibility with Laravel 5.8
2 parents 1ab877c + 3825224 commit e214b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.*",
16-
"illuminate/support": "5.5.*|5.6.*|5.7.*"
15+
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
16+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^6.3|^7.0",

0 commit comments

Comments
 (0)