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