[phpmailer] Update Composer dependency ahead of release
[friendica-addons.git/.git] / tesseract / composer.lock
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": "778b5479cb5d2b31b57f40473a87f8eb",
8     "packages": [
9         {
10             "name": "thiagoalessio/tesseract_ocr",
11             "version": "2.13.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/thiagoalessio/tesseract-ocr-for-php.git",
15                 "reference": "232a8cb9d571992f9bd1e263f2f6909cf6c173a1"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/thiagoalessio/tesseract-ocr-for-php/zipball/232a8cb9d571992f9bd1e263f2f6909cf6c173a1",
20                 "reference": "232a8cb9d571992f9bd1e263f2f6909cf6c173a1",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^5.3 || ^7.0 || ^8.0"
25             },
26             "require-dev": {
27                 "phpunit/php-code-coverage": "^2.2.4 || ^9.0.0"
28             },
29             "type": "library",
30             "autoload": {
31                 "psr-4": {
32                     "thiagoalessio\\TesseractOCR\\": "src/"
33                 }
34             },
35             "notification-url": "https://packagist.org/downloads/",
36             "license": [
37                 "MIT"
38             ],
39             "authors": [
40                 {
41                     "name": "thiagoalessio",
42                     "email": "thiagoalessio@me.com"
43                 }
44             ],
45             "description": "A wrapper to work with Tesseract OCR inside PHP.",
46             "keywords": [
47                 "OCR",
48                 "Tesseract",
49                 "text recognition"
50             ],
51             "time": "2023-10-05T21:14:48+00:00"
52         }
53     ],
54     "packages-dev": [],
55     "aliases": [],
56     "minimum-stability": "stable",
57     "stability-flags": [],
58     "prefer-stable": false,
59     "prefer-lowest": false,
60     "platform": [],
61     "platform-dev": [],
62     "platform-overrides": {
63         "php": "7.2"
64     },
65     "plugin-api-version": "1.1.0"
66 }