Skip to content

Commit

Permalink
Change version in composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
aglaia-resident committed Jul 25, 2020
1 parent 59f1abe commit 0155d1e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ chess.php is a PHP chess library that is used for chess move
generation/validation, piece placement/movement, and check/checkmate/stalemate
detection - basically everything but the AI.

NOTE: this is a port of [chess.js](https://github.com/jhlywa/chess.js) for php

[![Latest Stable Version](https://poser.pugx.org/ryanhs/chess.php/v/stable)](https://packagist.org/packages/ryanhs/chess.php)
[![Build Status](https://travis-ci.org/ryanhs/chess.php.svg?branch=master)](https://travis-ci.org/ryanhs/chess.php)
[![MIT License](https://poser.pugx.org/ryanhs/chess.php/license)](https://packagist.org/packages/ryanhs/chess.php)
NOTE: this is a port of [chess.js](https://github.com/jhlywa/chess.js) for php

## Installation

use composer with `composer require aglaia-resident/chess.php`
or put in your composer.json
```
"require": {
"aglaia-resident/chess.php": "^1.0"
"aglaia-resident/chess.php": "^2.0"
}
```

Expand Down

0 comments on commit 0155d1e

Please sign in to comment.