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 #31 from LKaemmerling/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten authored May 6, 2022
2 parents 64b53d6 + 9d1293d commit 7a1aaac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- 7.1
- 7.2
- 7.3
- 8.0
- 8.1

install:
- travis_retry composer install --no-interaction --prefer-source
Expand Down
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.*|7.*|8.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*"
},
"require-dev": {
"phpunit/phpunit": "^6.3|^7.0|^8.5",
Expand Down

0 comments on commit 7a1aaac

Please sign in to comment.