{ "_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": "ca98a8fba2a8603925c5539be2e0f330", "packages": [ { "name": "spatie/pdf-to-text", "version": "1.54.1", "source": { "type": "git", "url": "https://github.com/spatie/pdf-to-text.git", "reference": "ad2a792c7e1e68f1bc9b038dc73cdcf760595fbb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spatie/pdf-to-text/zipball/ad2a792c7e1e68f1bc9b038dc73cdcf760595fbb", "reference": "ad2a792c7e1e68f1bc9b038dc73cdcf760595fbb", "shasum": "" }, "require": { "php": "^7.4|^8.0", "symfony/process": "^4.0|^5.0|^6.0|^7.0" }, "require-dev": { "pestphp/pest-plugin-laravel": "^1.3", "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { "psr-4": { "Spatie\\PdfToText\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "description": "Extract text from a pdf", "homepage": "https://github.com/spatie/pdf-to-text", "keywords": [ "pdf-to-text", "spatie" ], "support": { "issues": "https://github.com/spatie/pdf-to-text/issues", "source": "https://github.com/spatie/pdf-to-text/tree/1.54.1" }, "funding": [ { "url": "https://spatie.be/open-source/support-us", "type": "custom" } ], "time": "2025-06-13T15:23:19+00:00" }, { "name": "symfony/process", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/7ca8dc2d0dcf4882658313aba8be5d9fd01026c8", "reference": "7ca8dc2d0dcf4882658313aba8be5d9fd01026c8", "shasum": "" }, "require": { "php": ">=8.2" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v7.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-10-16T11:21:06+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.6.0" }