Skip to content

Commit 6185575

Browse files
authored
Merge pull request #1 from leeovery/develop
Laravel 6 support.
2 parents e0723ba + 8a644f2 commit 6185575

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
19+
"php": "^7.2",
2020
"guzzlehttp/guzzle": "^6.3",
21-
"illuminate/support": "5.8.*|^6.0.0",
21+
"illuminate/support": "^5.8|^6.0",
2222
"sendinblue/api-v3-sdk": "^6.1"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "3.8.*|^4.0.0",
26-
"phpunit/phpunit": "^7.0"
25+
"orchestra/testbench": "^3.8|^4.0",
26+
"phpunit/phpunit": "^8.2"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)