Skip to content

Commit 347e359

Browse files
authored
Merge pull request #14 from messente/travis
Make it possible to install the library with new version of Laravel
2 parents 968fa93 + 77577e1 commit 347e359

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"ext-curl": "*",
2424
"ext-json": "*",
2525
"ext-mbstring": "*",
26-
"guzzlehttp/guzzle": "^6.2"
26+
"guzzlehttp/guzzle": "^6.2 || ^7.0",
27+
"guzzlehttp/psr7": "^1.8"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": "^7.4",
30-
"squizlabs/php_codesniffer": "~2.6",
31-
"friendsofphp/php-cs-fixer": "~2.12"
31+
"friendsofphp/php-cs-fixer": "^2.12"
3232
},
3333
"autoload": {
3434
"psr-4": { "Messente\\Api\\" : "lib/" }

0 commit comments

Comments
 (0)