|
251 | 251 | }, |
252 | 252 | { |
253 | 253 | "name": "html2text/html2text", |
254 | | - "version": "4.3.1", |
255 | | - "version_normalized": "4.3.1.0", |
| 254 | + "version": "4.3.2", |
| 255 | + "version_normalized": "4.3.2.0", |
256 | 256 | "source": { |
257 | 257 | "type": "git", |
258 | 258 | "url": "https://github.com/mtibben/html2text.git", |
259 | | - "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c" |
| 259 | + "reference": "3b443cbe302b52eb5806a21a9dbd79524203970a" |
260 | 260 | }, |
261 | 261 | "dist": { |
262 | 262 | "type": "zip", |
263 | | - "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c", |
264 | | - "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c", |
| 263 | + "url": "https://api.github.com/repos/mtibben/html2text/zipball/3b443cbe302b52eb5806a21a9dbd79524203970a", |
| 264 | + "reference": "3b443cbe302b52eb5806a21a9dbd79524203970a", |
265 | 265 | "shasum": "" |
266 | 266 | }, |
267 | 267 | "require-dev": { |
268 | | - "phpunit/phpunit": "~4" |
| 268 | + "phpunit/phpunit": "~4|^9.0" |
269 | 269 | }, |
270 | 270 | "suggest": { |
271 | 271 | "ext-mbstring": "For best performance", |
272 | 272 | "symfony/polyfill-mbstring": "If you can't install ext-mbstring" |
273 | 273 | }, |
274 | | - "time": "2020-04-16T23:44:31+00:00", |
| 274 | + "time": "2024-08-20T02:43:29+00:00", |
275 | 275 | "type": "library", |
276 | 276 | "installation-source": "dist", |
277 | 277 | "autoload": { |
278 | 278 | "psr-4": { |
279 | | - "Html2Text\\": [ |
280 | | - "src/", |
281 | | - "test/" |
282 | | - ] |
| 279 | + "Html2Text\\": "src/" |
283 | 280 | } |
284 | 281 | }, |
285 | 282 | "notification-url": "https://packagist.org/downloads/", |
|
289 | 286 | "description": "Converts HTML to formatted plain text", |
290 | 287 | "support": { |
291 | 288 | "issues": "https://github.com/mtibben/html2text/issues", |
292 | | - "source": "https://github.com/mtibben/html2text/tree/4.3.1" |
| 289 | + "source": "https://github.com/mtibben/html2text/tree/4.3.2" |
293 | 290 | }, |
294 | 291 | "install-path": "../html2text/html2text" |
295 | 292 | }, |
|
335 | 332 | }, |
336 | 333 | { |
337 | 334 | "name": "league/commonmark", |
338 | | - "version": "2.5.1", |
339 | | - "version_normalized": "2.5.1.0", |
| 335 | + "version": "2.5.3", |
| 336 | + "version_normalized": "2.5.3.0", |
340 | 337 | "source": { |
341 | 338 | "type": "git", |
342 | 339 | "url": "https://github.com/thephpleague/commonmark.git", |
343 | | - "reference": "ac815920de0eff6de947eac0a6a94e5ed0fb147c" |
| 340 | + "reference": "b650144166dfa7703e62a22e493b853b58d874b0" |
344 | 341 | }, |
345 | 342 | "dist": { |
346 | 343 | "type": "zip", |
347 | | - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/ac815920de0eff6de947eac0a6a94e5ed0fb147c", |
348 | | - "reference": "ac815920de0eff6de947eac0a6a94e5ed0fb147c", |
| 344 | + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0", |
| 345 | + "reference": "b650144166dfa7703e62a22e493b853b58d874b0", |
349 | 346 | "shasum": "" |
350 | 347 | }, |
351 | 348 | "require": { |
|
358 | 355 | }, |
359 | 356 | "require-dev": { |
360 | 357 | "cebe/markdown": "^1.0", |
361 | | - "commonmark/cmark": "0.31.0", |
362 | | - "commonmark/commonmark.js": "0.31.0", |
| 358 | + "commonmark/cmark": "0.31.1", |
| 359 | + "commonmark/commonmark.js": "0.31.1", |
363 | 360 | "composer/package-versions-deprecated": "^1.8", |
364 | 361 | "embed/embed": "^4.4", |
365 | 362 | "erusev/parsedown": "^1.0", |
|
378 | 375 | "suggest": { |
379 | 376 | "symfony/yaml": "v2.3+ required if using the Front Matter extension" |
380 | 377 | }, |
381 | | - "time": "2024-07-24T12:52:09+00:00", |
| 378 | + "time": "2024-08-16T11:46:16+00:00", |
382 | 379 | "type": "library", |
383 | 380 | "extra": { |
384 | 381 | "branch-alias": { |
|
0 commit comments