|
94 | 94 | "berlioz/helpers": "^1.10", |
95 | 95 | "colinodell/json5": "^2.2", |
96 | 96 | "doctrine/sql-formatter": "^1.1", |
97 | | - "elgigi/har-parser": "^1.0", |
98 | 97 | "hectororm/hectororm": "^1.0", |
99 | 98 | "league/climate": "^3.7", |
100 | 99 | "league/flysystem": "^2.1 || ^3.0", |
|
116 | 115 | "ext-amqp": "*", |
117 | 116 | "ext-redis": "*", |
118 | 117 | "aws/aws-sdk-php": "^3.0", |
| 118 | + "elgigi/har-parser": "^1.0", |
119 | 119 | "hectororm/query": "^1.0", |
120 | 120 | "php-http/discovery": "^1.20", |
121 | 121 | "phpstan/phpstan": "^2.0", |
|
131 | 131 | "ext-yaml": "To use YamlAdapter with Config", |
132 | 132 | "ext-zlib": "To use GzStream in HttpMessage", |
133 | 133 | "symfony/yaml": "To use YamlAdapter with Config", |
| 134 | + "elgigi/har-parser": "To use HAR support in HttpClient", |
134 | 135 | "ext-amqp": "To use AMQP queue in QueueManager", |
135 | 136 | "ext-pcntl": "Tu use signals to exit worker in QueueManager", |
136 | 137 | "ext-redis": "To use Redis queue in QueueManager", |
|
0 commit comments