thiagoalessio / tesseract-ocr-for-php

A wrapper to work with Tesseract OCR inside PHP.
https://packagist.org/packages/thiagoalessio/tesseract_ocr
MIT License
2.87k stars 551 forks source link

Allow PHP 8.0 #197

Closed michaljusiega closed 3 years ago

michaljusiega commented 3 years ago

Description

Package can't be installed on PHP 8.0.

Related Issues

None.

CC: @thiagoalessio

We must wait for newest https://github.com/docker-library/php/pull/1090 image.

thiagoalessio commented 3 years ago

@michaljusiega thank you so much for your contribution, really appreciate it! :black_heart: :blue_heart: :purple_heart: :yellow_heart:

CI was failing because composer.lock is not updated, but I already ran it locally and I'm going to append it in a subsequent commit. edit: actually it is better to remove the lock file altogether.

thiagoalessio commented 3 years ago

@michaljusiega just bumped the version (2.9.4) to make your changes available.