PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Massimiliano Arione   PHP Chess Game Bundle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Chess Game Bundle
Manage a chess game in a Symfony application
Author: By
Last change:
Date: 2 years ago
Size: 1,335 bytes
 

Contents

Class file image Download
{ "name": "p-chess/chess-bundle", "type": "symfony-bundle", "description": "Provide integration with p-chess/chess library", "keywords": [ "Symfony", "Chess" ], "homepage": "https://github.com/p-chess/", "license": "MIT", "authors": [ { "name": "Massimiliano Arione", "email": "garakkio@gmail.com" }, { "name": "Arkadiusz Kondas", "email": "arkadiusz.kondas@gmail.com" } ], "require": { "php": "^7.4 || ^8.0", "p-chess/chess": "^0.3", "symfony/config": "^4.4 || ^5.4 || ^6.0", "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0", "symfony/http-kernel": "^4.4 || ^5.4 || ^6.0", "symfony/routing": "^4.4 || ^5.4 || ^6.0", "twig/twig": "^3.0" }, "require-dev": { "dg/bypass-finals": "^1.3", "phpunit/phpunit": "^9.5", "symfony/phpunit-bridge": "^6.1" }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "PChess\\ChessBundle\\": "src" } }, "autoload-dev": { "psr-4": { "PChess\\ChessBundle\\Tests\\": "tests" } } }