Skip to content

Commit 5a626c8

Browse files
committed
OCR Fixing work
1. OCR error fixing work 2. Laravel 10 support
1 parent c5cdd6b commit 5a626c8

File tree

3 files changed

+1393
-1811
lines changed

3 files changed

+1393
-1811
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,20 @@
2929
"ods"
3030
],
3131
"require": {
32-
"php": "^7.4|^8.0|^8.1|^8.2",
32+
"php": "^8.2",
3333
"ext-fileinfo": "*",
3434
"ext-zip": "*",
3535
"ext-xml": "*",
3636
"ext-gd": "*",
37-
"symfony/process": "^6.1",
37+
"symfony/process": "6.4.3",
3838
"phpoffice/phpspreadsheet": "^1.23",
3939
"phpoffice/phpword": "^0.18",
40-
"laravel/framework": "^8.0|^9.0",
40+
"laravel/framework": "^10.0",
4141
"thiagoalessio/tesseract_ocr": "^2.12",
42-
"stechstudio/laravel-php-cs-fixer": "^3.1",
4342
"html2text/html2text": "^4.3",
4443
"lywzx/php-epub": "^0.1.2"
4544
},
4645
"require-dev": {
47-
"friendsofphp/php-cs-fixer": "^v3.8.0",
4846
"phpunit/phpunit": "^9.5"
4947
},
5048
"license": "MIT",

0 commit comments

Comments
 (0)