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

Commit

Permalink
Merge pull request #14 from quodos/master
Browse files Browse the repository at this point in the history
Compatibility with Laravel 5.8
  • Loading branch information
dannyvankooten authored Mar 12, 2019
2 parents 1ab877c + 3825224 commit e214b18
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.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*"
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
},
"require-dev": {
"phpunit/phpunit": "^6.3|^7.0",
Expand Down

0 comments on commit e214b18

Please sign in to comment.