DenverCoder1 / github-readme-streak-stats

🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
https://streak-stats.demolab.com
MIT License
4.66k stars 721 forks source link

Update docs to require PHP v8.1+ #255

Closed donutboyy closed 2 years ago

donutboyy commented 2 years ago

IntlDatePatternGenerator is a new class in PHP 8.1 so the required version of PHP should be updated in the docs from 8.0+ to 8.1+.

Describe the bug The following error is thrown when running the project using PHP version 8.0.20. Uncaught Error: Class "IntlDatePatternGenerator" not found in C:\<path-to-repo>\github-readme-streak-stats\src\card.php:17

When running the demo, the preview image does not render.

Screenshots image

DenverCoder1 commented 2 years ago

Thanks for noticing this :+1: