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