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

Commit 5c05291

Browse files
Merge pull request #21 from m2de/fix-semantic-versioning
Automatically assume compatibility with Laravel 6.x
2 parents 2e27860 + a3d1263 commit 5c05291

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

0 commit comments

Comments
 (0)