|
11 | 11 | }
|
12 | 12 | ],
|
13 | 13 | "require": {
|
14 |
| - "php": "^7.1 || ^8.0", |
15 |
| - "php-http/httplug": "^2.0", |
| 14 | + "php": "^8.1", |
| 15 | + "php-http/httplug": "^2.4", |
16 | 16 | "php-http/message": "^1.6",
|
17 | 17 | "psr/http-client": "^1.0",
|
18 | 18 | "psr/http-factory": "^1.0",
|
19 |
| - "psr/http-message": "^1.0 || ^2.0", |
20 |
| - "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0", |
21 |
| - "symfony/polyfill-php80": "^1.17" |
| 19 | + "psr/http-message": "^2.0", |
| 20 | + "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0" |
22 | 21 | },
|
23 | 22 | "require-dev": {
|
24 |
| - "doctrine/instantiator": "^1.1", |
25 |
| - "guzzlehttp/psr7": "^1.4", |
26 |
| - "nyholm/psr7": "^1.2", |
27 |
| - "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", |
28 |
| - "phpspec/prophecy": "^1.10.2", |
29 |
| - "phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7" |
| 23 | + "doctrine/instantiator": "^2.0", |
| 24 | + "guzzlehttp/psr7": "^2.6", |
| 25 | + "nyholm/psr7": "^1.8", |
| 26 | + "phpspec/phpspec": "^7.5", |
| 27 | + "phpspec/prophecy": "^1.18", |
| 28 | + "phpunit/phpunit": "^10.5.8", |
| 29 | + "phpspec/prophecy-phpunit": "^2.1" |
30 | 30 | },
|
31 | 31 | "suggest": {
|
32 | 32 | "ext-json": "To detect JSON responses with the ContentTypePlugin",
|
|
0 commit comments