PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Daniel Mullin   PHP Bookwhen API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Bookwhen API
Access booking information using the BookWhen API
Author: By
Last change: more cleaning
updated IDE
clover report
updated
scrutinizer fixes
INIT CONTRIBUTING
Date: 1 year ago
Size: 1,285 bytes
 

Contents

Class file image Download
{ "name" : "inshore/bookwhen", "description" : "Bookwhen API SDK providing plug & play access to the Bookwhen booking platform inside you PHP application.", "keywords" : [ "api", "bookwhen", "inShore", "package" ], "homepage" : "https://github.com/inshore/bookwhen", "license" : "MIT", "authors" : [{ "name" : "Daniel Mullin", "email" : "email@danielmullin.com" } ], "require" : { "php" : "^8.1 || ^8.2", "guzzlehttp/guzzle" : "^7.0", "respect/validation" : "^2.0", "monolog/monolog" : "^3.0", "php-http/discovery" : "1.x-dev", "psr/http-client" : "1.0.x-dev", "psr/http-client-implementation" : "*", "psr/http-message" : "2.0.x-dev", "psr/http-factory-implementation" : "*", "symfony/http-client": "^6.2" }, "require-dev" : { "phpunit/phpunit" : "^10.0" }, "autoload" : { "psr-4" : { "InShore\\Bookwhen\\" : "src" } }, "autoload-dev" : { "psr-4" : { "InShore\\Bookwhen\\Test\\" : "tests" } }, "extra" : { "branch-alias" : { "dev-master" : "1.0-dev" } }, "config" : { "allow-plugins" : { "php-http/discovery" : true } }, "scripts" : { "phpcsfixer" : "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src", "phpunit" : "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover 'clover.xml'" } }