PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmed Khan   Todo App with Lumen   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Todo App with Lumen
Manage list of tasks that users need to do
Author: By
Last change:
Date: 2 months ago
Size: 817 bytes
 

Contents

Class file image Download
{ "name": "laravel/lumen", "description": "The Laravel Lumen Framework.", "keywords": ["framework", "laravel", "lumen"], "license": "MIT", "type": "project", "require": { "php": ">=5.6.4", "laravel/lumen-framework": "5.3.*", "vlucas/phpdotenv": "~2.2" }, "require-dev": { "fzaninotto/faker": "~1.4", "phpunit/phpunit": "~5.0", "mockery/mockery": "~0.9" }, "autoload": { "psr-4": { "App\\": "app/" } }, "autoload-dev": { "classmap": [ "tests/", "database/" ] }, "scripts": { "post-root-package-install": [ "php -r \"copy('.env.example', '.env');\"" ] }, "minimum-stability": "dev", "prefer-stable": true }