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

Commit 5582067

Browse files
Update composer.json
Add support for Laravel 6.3
1 parent 94edea6 commit 5582067

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

0 commit comments

Comments
 (0)