From 4ee25f3a4d311dce678aa494ea27caa0e72f3c9c Mon Sep 17 00:00:00 2001 From: Khaled Al-Shamaa Date: Mon, 15 Feb 2021 16:26:05 +0200 Subject: [PATCH] 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 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e9ae4049..227f24ea1 100755 --- a/composer.json +++ b/composer.json @@ -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 -} \ No newline at end of file +}