Skip to content

Commit 210e3a8

Browse files
Vitexusoz-agent
andcommitted
chore: lower Guzzle deps for Debian 12/13 & Ubuntu Noble compat
- guzzlehttp/guzzle ^7.10 -> ^7.4 - guzzlehttp/psr7 ^2.8.0 -> ^2.4 - Update README requirements to reflect PHP 8.1+ and actual dep versions - Bump to 1.5.4 Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 1cc23ca commit 210e3a8

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212

1313
### Requirements
1414

15-
PHP 7.4 and later.
16-
Should also work with PHP 8.0.
15+
PHP 8.1 and later.
16+
17+
Debian/Ubuntu dependencies:
18+
- `php-guzzlehttp-guzzle` >= 7.4
19+
- `php-guzzlehttp-psr7` >= 2.4
20+
- `php-vitexsoftware-ease-core` >= 1.49
1721

1822
### Composer
1923

@@ -179,7 +183,7 @@ info@vitexsoftware.cz
179183
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
180184

181185
- API version: `1.1.20240910`
182-
- Package version: `1.3.1`
186+
- Package version: `1.5.4`
183187
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
184188

185189

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"ext-curl": "*",
2525
"ext-json": "*",
2626
"ext-mbstring": "*",
27-
"guzzlehttp/guzzle": "^7.10",
28-
"guzzlehttp/psr7": "^2.8.0",
27+
"guzzlehttp/guzzle": "^7.4",
28+
"guzzlehttp/psr7": "^2.4",
2929
"vitexsoftware/ease-core": "^1.49"
3030
},
3131
"require-dev": {

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
php-vitexsoftware-rbczpremiumapi (1.5.4) unstable; urgency=medium
2+
3+
* Lower Guzzle dependency versions for Debian 12/13 and Ubuntu Noble
4+
compatibility (guzzle ^7.4, psr7 ^2.4)
5+
6+
-- vitex <info@vitexsoftware.cz> Wed, 12 Mar 2026 22:21:00 +0100
7+
18
php-vitexsoftware-rbczpremiumapi (1.5.3) unstable; urgency=medium
29

310
* Statementor rethrow the Api Execeptions

0 commit comments

Comments
 (0)