Skip to content

Commit b2bc050

Browse files
committed
update composer
1 parent 468761a commit b2bc050

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bonroyage/tripleseat",
33
"description": "Tripleseat API interface",
44
"license": "MIT",
5-
"type": "project",
5+
"type": "library",
66
"require": {
77
"php": ">=7.1",
88
"ext-json": "*",
@@ -14,14 +14,18 @@
1414
"require-dev": {
1515
"phpunit/phpunit": "^8.5",
1616
"guzzlehttp/psr7": "^1.6",
17-
"guzzlehttp/guzzle": "~6.0",
18-
"php-http/guzzle6-adapter": "^2.0",
17+
"guzzlehttp/guzzle": "7.0.1",
18+
"php-http/guzzle7-adapter": "0.1.1",
1919
"http-interop/http-factory-guzzle": "^1.0",
2020
"symfony/var-dumper" : "5.2.x-dev"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"Tripleseat\\": "src"
2525
}
26+
},
27+
"suggest": {
28+
"guzzlehttp/guzzle": "Use Guzzle ^7 as HTTP client",
29+
"http-interop/http-factory-guzzle": "Factory for guzzlehttp/guzzle"
2630
}
2731
}

0 commit comments

Comments
 (0)