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

Commit 4f413b8

Browse files
Merge pull request #24 from dnlmr/laravel-7-support
Add Laravel 7 support
2 parents 5c05291 + 6d9158d commit 4f413b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"require": {
1313
"php": ">=7.1",
1414
"ibericode/vat": "^1.2",
15-
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.*",
16-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*"
15+
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
16+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^6.3|^7.0",
19+
"phpunit/phpunit": "^6.3|^7.0|^8.5",
2020
"orchestra/testbench": "^3.7"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)