PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of vincent FALIES   tmdb   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: tmdb
Search for movies using the TMDB API
Author: By
Last change: Update monolog version
Fixmonolog version
Update dependencies for PHP 7.3 compatiblity
Update guzzlehttp/guzzle from 6.3.2 to 6.3.3
Update PHPUnit version to 7.0+
Update guzzlehttp/guzzle from 6.3.1 to 6.3.2
Update guzzlehttp/guzzle from 6.3.0 to 6.3.1
Date: 4 years ago
Size: 990 bytes
 

Contents

Class file image Download
{ "name": "vfalies/tmdb", "description": "A PHP Wrapper for The Internet Movie Database API", "type": "library", "license": "MIT", "homepage": "https://vfac.fr/projects/tmdb", "authors": [ { "name": "Vincent Faliès", "email": "vincent@vfac.fr" } ], "minimum-stability": "dev", "require": { "php": ">= 7.1", "psr/log": "~1.0", "guzzlehttp/guzzle": "6.3.3" }, "require-dev": { "phpunit/phpunit": "~7.0", "friendsofphp/php-cs-fixer": "~2.15.3", "monolog/monolog": "~1.25.1" }, "suggest": { "monolog/monolog": "Allows more advanced logging of the application flow" }, "autoload": { "psr-4": { "VfacTmdb\\": "src/VfacTmdb" } }, "scripts": { "install-hook": "chmod +x pre-commit.sh && cp pre-commit.sh .git/hooks/pre-commit", "pre-autoload-dump": "composer install-hook" } }