⬆️ Update Text_LanguageDetect.

Update from v0.3.0 (2012) to v1.0.0 (2017) which should remove some
warnings and improve PHP7 support.
Using composer to handle this PEAR library now.

Fix a problem in FeedutilsTest.
This commit is contained in:
Klaus Weidenbach
2017-10-25 01:57:18 +02:00
parent fe5f1e4d67
commit 8e4c5db766
24 changed files with 1622 additions and 2497 deletions

10
vendor/composer/include_paths.php vendored Normal file
View File

@@ -0,0 +1,10 @@
<?php
// include_paths.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
$vendorDir . '/pear/text_languagedetect',
);