Skip to content

Commit 0875c73

Browse files
committed
1. Bug fixing
2. OCR supportibility optimized 3. OCR setting option provided in config file 4. Optimize the code
1 parent 7e02a32 commit 0875c73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2884
-541
lines changed

.php-cs-fixer.cache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"stechstudio/laravel-php-cs-fixer": "^3.1"
4343
},
4444
"require-dev": {
45-
"friendsofphp/php-cs-fixer": "^v3.8.0"
45+
"friendsofphp/php-cs-fixer": "^v3.8.0",
46+
"phpunit/phpunit": "^9.5"
4647
},
4748
"license": "MIT",
4849
"autoload": {

0 commit comments

Comments
 (0)