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

Commit 2e27860

Browse files
Merge pull request #20 from celcius-digital-agency/master
Add support for Laravel 6.1 and 6.4
2 parents 5582067 + 1b163b9 commit 2e27860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

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

0 commit comments

Comments
 (0)