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

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add support for Laravel 6.3
  • Loading branch information
dannyvankooten authored Oct 15, 2019
1 parent 94edea6 commit 5582067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"require": {
"php": ">=7.1",
"ibericode/vat": "^1.2",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*"
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*|6.3.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*|6.3.*"
},
"require-dev": {
"phpunit/phpunit": "^6.3|^7.0",
Expand Down

0 comments on commit 5582067

Please sign in to comment.