Skip to content

Commit c16081e

Browse files
committed
chore: require guzzle ^7.0.0 instead of ^7.7.0
As this might conflict with other packages.
1 parent cf4e118 commit c16081e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=8.1.0",
23-
"guzzlehttp/guzzle": "^7.7.0",
23+
"guzzlehttp/guzzle": "^7.0.0",
2424
"vlucas/phpdotenv": "^5.5"
2525
},
2626
"autoload": {

src/MastodonAPI.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @package Mastodon-API-PHP
1616
* @author Christophe Jossart <[email protected]>
1717
* @license Apache License 2.0
18-
* @version Release: <0.1.3>
18+
* @version Release: <0.1.4>
1919
* @link https://github.com/colorfield/mastodon-api-php
2020
*/
2121
class MastodonAPI

0 commit comments

Comments
 (0)