ChessCom / Chess-Game

Based on Pear Games_Chess - represents a chess game as a php object
Other
42 stars 20 forks source link

Optionally use phpunit 9.5^ on PHP versions > 8 #41

Closed marcosdsanchez closed 2 years ago

marcosdsanchez commented 2 years ago

PHPUnit versions ^7.3 don't support PHP 8+ . Composer will optionally install PHPunit ^9.5 if the PHP version is 8+.