PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jelle Sebreghts   PHP TheSportsDb   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP TheSportsDb
Get game information from the Sports DB site API
Author: By
Last change: Repository tests.
Date: 7 years ago
Size: 1,111 bytes
 

Contents

Class file image Download
{ "name": "jelle-s/thesportsdb", "description": "PSR-4 API library for thesportsdb.com", "type": "library", "require": { "guzzlehttp/guzzle": "^6.2", "fastnorth/property-mapper": "^0.0.4", "php": "^5.6 || ^7.0" }, "suggest": { "symfony/dependency-injection": "Allows the use of a dependency injection container with TheSportsDb.", "hendricha/tagpass": "Required in combination with symfony/dependency-injection when using the default_bootstrap.php", "symfony/config": "Required in combination with symfony/dependency-injection when using the default_bootstrap.php", "symfony/yaml": "Required in combination with symfony/dependency-injection when using the default_bootstrap.php" }, "license": "GPL-3.0+", "authors": [ { "name": "Jelle Sebreghts", "email": "sebreghts.jelle@gmail.com" } ], "autoload": { "psr-4": {"TheSportsDb\\": "src/"} }, "minimum-stability": "dev", "require-dev": { "phpunit/phpunit": "^5.5", "psr/log": "^1.0", "codeclimate/php-test-reporter": "dev-master", "codacy/coverage": "dev-master" } }