Skip to content

Commit

Permalink
PHP 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aglaia-resident committed Jun 21, 2022
1 parent de70aba commit 4ed8875
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 331 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Chess.php

This project is a fork of [ryanhs/chess.php](https://github.com/ryanhs/chess.php), which is abandonned. chess.php itself was a port of [chess.js](https://github.com/jhlywa/chess.js). Main changes compared to the original ryanhs project are:
- It is compatible with PHP 7.4/8.0/8.1.
- It is compatible with PHP 8.1.
- PHP Unit has been updated to version 9
- The documentation has been imported right in the project

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.4"
"php": ">=8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
Expand Down
Loading

0 comments on commit 4ed8875

Please sign in to comment.