PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Sapphire   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Sapphire
Build an API that handles request asynchronously
Author: By
Last change:
Date: 1 year ago
Size: 728 bytes
 

Contents

Class file image Download
{ "name": "sapphire/api", "type": "project", "homepage": "https://lifyzer.com", "authors": [ { "name": "Pierre-Henry Soria", "email": "pierre@soria.email", "homepage": "https://ph7.me" } ], "require": { "php": "^7.4.0", "ext-json": "*", "react/http": "^0.8.6", "nikic/fast-route": "^1.3", "vlucas/phpdotenv": "^4.1", "respect/validation": "^1.1", "shrikeh/teapot": "^2.3", "firebase/php-jwt": "^5.0", "doctrine/migrations": "^2.2", "react/filesystem": "^0.1.2", "react/mysql": "^0.5.4" }, "require-dev": { "phpunit/phpunit": "^6.5", "phake/phake": "^3.0" }, "autoload": { "psr-4": { "Sapphire\\App\\": "src" } } }