{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "d12b7dc0782bfe2850957a077bea0f5d", "packages": [ { "name": "prinsfrank/glyph-lists", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/PrinsFrank/glyph-lists.git", "reference": "7e06bb5b393dcf74a6ef59741582f365ca346239" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PrinsFrank/glyph-lists/zipball/7e06bb5b393dcf74a6ef59741582f365ca346239", "reference": "7e06bb5b393dcf74a6ef59741582f365ca346239", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.87", "phpstan/phpstan": "^2.1", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^11.5" }, "type": "library", "autoload": { "psr-4": { "PrinsFrank\\GlyphLists\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Pre-parsed glyph lists as enums", "support": { "issues": "https://github.com/PrinsFrank/glyph-lists/issues", "source": "https://github.com/PrinsFrank/glyph-lists/tree/v1.0.0" }, "funding": [ { "url": "https://github.com/PrinsFrank", "type": "github" } ], "time": "2025-09-18T18:11:26+00:00" }, { "name": "prinsfrank/pdfparser", "version": "dev-dev", "source": { "type": "git", "url": "https://github.com/cosmocode/prinsfrank-pdfparser.git", "reference": "799c756be221cef9f86494c7cfd5065cbfec4733" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cosmocode/prinsfrank-pdfparser/zipball/799c756be221cef9f86494c7cfd5065cbfec4733", "reference": "799c756be221cef9f86494c7cfd5065cbfec4733", "shasum": "" }, "require": { "ext-gd": "*", "ext-iconv": "*", "ext-zlib": "*", "php": "^8.2", "prinsfrank/glyph-lists": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.65", "phpstan/phpstan": "2.2.5", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^11.5", "symfony/yaml": "^7.3" }, "type": "library", "autoload": { "psr-4": { "PrinsFrank\\PdfParser\\": "src/" } }, "autoload-dev": { "psr-4": { "PrinsFrank\\PdfParser\\Tests\\": "tests/" } }, "scripts": { "cs": [ "php-cs-fixer fix --allow-risky=yes --dry-run" ], "cs:fix": [ "php-cs-fixer fix --allow-risky=yes" ], "stan": [ "phpstan analyse --memory-limit 4G -v" ], "unit": [ "phpunit --testsuite=Unit" ], "feature": [ "phpunit --testsuite=Feature" ], "update-content": [ "./tests/Samples/update-content" ] }, "license": [ "MIT" ], "description": "PHP library to Read and extract text & images from PDFs - Fast & Low memory - Built from scratch", "support": { "source": "https://github.com/cosmocode/prinsfrank-pdfparser/tree/dev" }, "time": "2026-07-15T11:09:46+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "prinsfrank/pdfparser": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^8.2", "ext-dom": "*", "ext-xmlreader": "*" }, "platform-dev": {}, "plugin-api-version": "2.9.0" }