Skip to content

Commit 53aa29b

Browse files
committed
chore: raise minimum Guzzle to ^7.5 to avoid advisory flags on 7.0-7.4.x
1 parent 6d83638 commit 53aa29b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"keywords": ["convert", "conversion", "conversiontools", "convert files", "client", "api", "sdk"],
66
"homepage": "https://github.com/conversiontools/conversiontools-php",
77
"license": "MIT",
8-
"version": "2.0.0",
8+
"version": "2.0.1",
99
"require": {
1010
"php": ">=8.1",
11-
"guzzlehttp/guzzle": "^7.0"
11+
"guzzlehttp/guzzle": "^7.5"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^13.0"

0 commit comments

Comments
 (0)