1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "1bb127ca989847190f26ed3e1ce169ef", 8 "packages": [ 9 { 10 "name": "smalot/pdfparser", 11 "version": "dev-memory", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/cosmocode/pdfparser.git", 15 "reference": "ac6fd8b907dc518b5e6302dd009926630f29319c" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/cosmocode/pdfparser/zipball/ac6fd8b907dc518b5e6302dd009926630f29319c", 20 "reference": "ac6fd8b907dc518b5e6302dd009926630f29319c", 21 "shasum": "" 22 }, 23 "require": { 24 "ext-iconv": "*", 25 "ext-zlib": "*", 26 "php": ">=7.1", 27 "symfony/polyfill-mbstring": "^1.18" 28 }, 29 "type": "library", 30 "autoload": { 31 "psr-0": { 32 "Smalot\\PdfParser\\": "src/" 33 } 34 }, 35 "autoload-dev": { 36 "psr-4": { 37 "PerformanceTests\\": "tests/Performance/", 38 "PHPUnitTests\\": "tests/PHPUnit/" 39 } 40 }, 41 "license": [ 42 "LGPL-3.0" 43 ], 44 "authors": [ 45 { 46 "name": "Sebastien MALOT", 47 "email": "sebastien@malot.fr" 48 } 49 ], 50 "description": "Pdf parser library. Can read and extract information from pdf file.", 51 "homepage": "https://www.pdfparser.org", 52 "keywords": [ 53 "PDF", 54 "extract", 55 "parse", 56 "parser", 57 "text" 58 ], 59 "support": { 60 "issues": "https://github.com/smalot/pdfparser/issues", 61 "source": "https://github.com/cosmocode/pdfparser/tree/memory" 62 }, 63 "time": "2026-06-18T20:49:29+00:00" 64 }, 65 { 66 "name": "symfony/polyfill-mbstring", 67 "version": "v1.38.2", 68 "source": { 69 "type": "git", 70 "url": "https://github.com/symfony/polyfill-mbstring.git", 71 "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6" 72 }, 73 "dist": { 74 "type": "zip", 75 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", 76 "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", 77 "shasum": "" 78 }, 79 "require": { 80 "ext-iconv": "*", 81 "php": ">=7.2" 82 }, 83 "provide": { 84 "ext-mbstring": "*" 85 }, 86 "suggest": { 87 "ext-mbstring": "For best performance" 88 }, 89 "type": "library", 90 "extra": { 91 "thanks": { 92 "url": "https://github.com/symfony/polyfill", 93 "name": "symfony/polyfill" 94 } 95 }, 96 "autoload": { 97 "files": [ 98 "bootstrap.php" 99 ], 100 "psr-4": { 101 "Symfony\\Polyfill\\Mbstring\\": "" 102 } 103 }, 104 "notification-url": "https://packagist.org/downloads/", 105 "license": [ 106 "MIT" 107 ], 108 "authors": [ 109 { 110 "name": "Nicolas Grekas", 111 "email": "p@tchwork.com" 112 }, 113 { 114 "name": "Symfony Community", 115 "homepage": "https://symfony.com/contributors" 116 } 117 ], 118 "description": "Symfony polyfill for the Mbstring extension", 119 "homepage": "https://symfony.com", 120 "keywords": [ 121 "compatibility", 122 "mbstring", 123 "polyfill", 124 "portable", 125 "shim" 126 ], 127 "support": { 128 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.2" 129 }, 130 "funding": [ 131 { 132 "url": "https://symfony.com/sponsor", 133 "type": "custom" 134 }, 135 { 136 "url": "https://github.com/fabpot", 137 "type": "github" 138 }, 139 { 140 "url": "https://github.com/nicolas-grekas", 141 "type": "github" 142 }, 143 { 144 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 145 "type": "tidelift" 146 } 147 ], 148 "time": "2026-05-27T06:59:30+00:00" 149 } 150 ], 151 "packages-dev": [], 152 "aliases": [], 153 "minimum-stability": "stable", 154 "stability-flags": { 155 "smalot/pdfparser": 20 156 }, 157 "prefer-stable": false, 158 "prefer-lowest": false, 159 "platform": { 160 "php": "^8.2", 161 "ext-dom": "*", 162 "ext-xmlreader": "*" 163 }, 164 "platform-dev": {}, 165 "plugin-api-version": "2.9.0" 166} 167