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