Use the latest version of ar-php library

Version 6.0.0 of the ar-php library fixed the issue of ignoring the punctuation marks when coming in the Arabic context for more robust segmentation using the "arIdentify" method. This will resolve the issue reported here by Fahad Khan:
https://github.com/bagisto/bagisto/pull/4462#issuecomment-765555768
This commit is contained in:
Khaled Al-Shamaa 2021-02-15 16:26:05 +02:00 committed by GitHub
parent f6efeb1b93
commit 4ee25f3a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
"intervention/image": "^2.4",
"intervention/imagecache": "^2.3",
"kalnoy/nestedset": "5.0.1",
"khaled.alshamaa/ar-php": "^5.5.2",
"khaled.alshamaa/ar-php": "^6.0.0",
"konekt/concord": "^1.2",
"laravel/framework": "^7.0",
"laravel/scout": "^8.0",
@ -161,4 +161,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}