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