Skip to content

Commit 11fbc08

Browse files
authored
Merge pull request #8 from sparkdevio/master
Properly support Laravel 6.x
2 parents 4a14ee2 + c1d4057 commit 11fbc08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "wouternl/laravel-drip",
3-
"description": "A Laravel wrapper for Drip's REST API v2.0",
2+
"name": "wouternl/laravel-drip",
3+
"description": "A Laravel wrapper for Drip's REST API v2.0",
44
"type": "package",
5-
"version": "1.1.10",
5+
"version": "1.2",
66
"license": "MIT",
77
"homepage": "https://bitbucket.org/wouterNL/laravel-drip-php",
88
"authors": [
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php" : ">=5.5.0",
20-
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*"
20+
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)