Skip to content

Commit 3b19760

Browse files
committed
Travis update: Jul 2024 (Build 781)
[skip ci]
1 parent c4f51cd commit 3b19760

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $config = Configuration::getDefaultConfiguration()
9393
->setPassword('<MESSENTE_API_PASSWORD>');
9494

9595
$apiInstance = new OmnimessageApi(
96-
new \GuzzleHttp\Client(),
96+
new GuzzleHttp\Client(),
9797
$config
9898
);
9999

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-json": "*",
2525
"ext-mbstring": "*",
2626
"guzzlehttp/guzzle": "^6.2 || ^7.0",
27-
"guzzlehttp/psr7": "^1.8 || ^2.0"
27+
"guzzlehttp/psr7": "^1.8"
2828
},
2929
"autoload": {
3030
"psr-4": { "Messente\\Api\\" : "lib/" }

0 commit comments

Comments
 (0)