Commit 0297437
Do not require
This makes it possible to use AssetMapper with `http_client` disabled on the framework.
Example:
```php
$configurator->extension(
'framework',
[
'http_client' => [
'enabled' => false,
],
'asset_mapper' => [
'paths' => [
'assets/',
],
],
]
);
```http_client service1 parent 055f3c1 commit 0297437
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments