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": "d12b7dc0782bfe2850957a077bea0f5d", 8 "packages": [ 9 { 10 "name": "prinsfrank/glyph-lists", 11 "version": "v1.0.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/PrinsFrank/glyph-lists.git", 15 "reference": "7e06bb5b393dcf74a6ef59741582f365ca346239" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/PrinsFrank/glyph-lists/zipball/7e06bb5b393dcf74a6ef59741582f365ca346239", 20 "reference": "7e06bb5b393dcf74a6ef59741582f365ca346239", 21 "shasum": "" 22 }, 23 "require": { 24 "php": "^8.1" 25 }, 26 "require-dev": { 27 "friendsofphp/php-cs-fixer": "^3.87", 28 "phpstan/phpstan": "^2.1", 29 "phpstan/phpstan-strict-rules": "^2.0", 30 "phpunit/phpunit": "^11.5" 31 }, 32 "type": "library", 33 "autoload": { 34 "psr-4": { 35 "PrinsFrank\\GlyphLists\\": "src/" 36 } 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "MIT" 41 ], 42 "description": "Pre-parsed glyph lists as enums", 43 "support": { 44 "issues": "https://github.com/PrinsFrank/glyph-lists/issues", 45 "source": "https://github.com/PrinsFrank/glyph-lists/tree/v1.0.0" 46 }, 47 "funding": [ 48 { 49 "url": "https://github.com/PrinsFrank", 50 "type": "github" 51 } 52 ], 53 "time": "2025-09-18T18:11:26+00:00" 54 }, 55 { 56 "name": "prinsfrank/pdfparser", 57 "version": "dev-dev", 58 "source": { 59 "type": "git", 60 "url": "https://github.com/cosmocode/prinsfrank-pdfparser.git", 61 "reference": "799c756be221cef9f86494c7cfd5065cbfec4733" 62 }, 63 "dist": { 64 "type": "zip", 65 "url": "https://api.github.com/repos/cosmocode/prinsfrank-pdfparser/zipball/799c756be221cef9f86494c7cfd5065cbfec4733", 66 "reference": "799c756be221cef9f86494c7cfd5065cbfec4733", 67 "shasum": "" 68 }, 69 "require": { 70 "ext-gd": "*", 71 "ext-iconv": "*", 72 "ext-zlib": "*", 73 "php": "^8.2", 74 "prinsfrank/glyph-lists": "^1.0" 75 }, 76 "require-dev": { 77 "friendsofphp/php-cs-fixer": "^3.65", 78 "phpstan/phpstan": "2.2.5", 79 "phpstan/phpstan-deprecation-rules": "^2.0", 80 "phpstan/phpstan-strict-rules": "^2", 81 "phpunit/phpunit": "^11.5", 82 "symfony/yaml": "^7.3" 83 }, 84 "type": "library", 85 "autoload": { 86 "psr-4": { 87 "PrinsFrank\\PdfParser\\": "src/" 88 } 89 }, 90 "autoload-dev": { 91 "psr-4": { 92 "PrinsFrank\\PdfParser\\Tests\\": "tests/" 93 } 94 }, 95 "scripts": { 96 "cs": [ 97 "php-cs-fixer fix --allow-risky=yes --dry-run" 98 ], 99 "cs:fix": [ 100 "php-cs-fixer fix --allow-risky=yes" 101 ], 102 "stan": [ 103 "phpstan analyse --memory-limit 4G -v" 104 ], 105 "unit": [ 106 "phpunit --testsuite=Unit" 107 ], 108 "feature": [ 109 "phpunit --testsuite=Feature" 110 ], 111 "update-content": [ 112 "./tests/Samples/update-content" 113 ] 114 }, 115 "license": [ 116 "MIT" 117 ], 118 "description": "PHP library to Read and extract text & images from PDFs - Fast & Low memory - Built from scratch", 119 "support": { 120 "source": "https://github.com/cosmocode/prinsfrank-pdfparser/tree/dev" 121 }, 122 "time": "2026-07-15T11:09:46+00:00" 123 } 124 ], 125 "packages-dev": [], 126 "aliases": [], 127 "minimum-stability": "stable", 128 "stability-flags": { 129 "prinsfrank/pdfparser": 20 130 }, 131 "prefer-stable": false, 132 "prefer-lowest": false, 133 "platform": { 134 "php": "^8.2", 135 "ext-dom": "*", 136 "ext-xmlreader": "*" 137 }, 138 "platform-dev": {}, 139 "plugin-api-version": "2.9.0" 140} 141