PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eray Akartuna   Lumen Starter Pack   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lumen Starter Pack
Implement a OAuth 2 based REST API server
Author: By
Last change:
Date: 7 years ago
Size: 833 bytes
 

Contents

Class file image Download
{ "name": "laravel/lumen", "description": "The Laravel Lumen Framework.", "keywords": ["framework", "laravel", "lumen"], "license": "MIT", "type": "project", "require": { "laravel/lumen-framework": "5.1.*", "vlucas/phpdotenv": "~1.0", "optimus/oauth2-server-lumen": "0.1.*", "guzzlehttp/guzzle": "^6.2", "lucadegasperi/oauth2-server-laravel": "4.0.x" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "autoload": { "psr-4": { "App\\": "app/" }, "classmap": [ "database/" ], "files": [ "app/Support/helpers.php" ] }, "autoload-dev": { "classmap": [ "tests/" ] }, "config": { "preferred-install": "dist" } }