equalizedigital / accessibility-checker

GNU General Public License v2.0
15 stars 8 forks source link

Point the TextStatistics package to the forked repo #587

Closed pattonwebz closed 3 months ago

pattonwebz commented 3 months ago

Several users ran into issues where a ValueError was encountered when parsing for the reading grade level using the TextStatistics package.

I found that the package was not setup to handle this for PHP8. Since that package has not been updated in a long time, and has other open PRs waiting on merge for php8 compat I forked the package repo and have made some updates to it. The changes to the composer file in this PR pulls from the master branch in the fork. https://github.com/equalizedigital/textstatistics/

Changes to the TextStatistics package can also potentially solve issues where certain users are unable to complete pass 2 on the full site scan as well.

Fixes: #570