PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Todo List   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Todo List
Application to manage a list of tasks to do
Author: By
Last change:
Date: 1 year ago
Size: 1,155 bytes
 

Contents

Class file image Download
{ "name": "laravel/lumen", "description": "The Laravel Lumen Framework.", "keywords": ["framework", "laravel", "lumen"], "license": "MIT", "type": "project", "require": { "php": "^7.4", "laravel/lumen-framework": "^8.0", "fakerphp/faker": "^1.9.1", "mockery/mockery": "^1.4.4", "phpunit/phpunit": "^9.5.10" }, "require-dev": { }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-autoload-dump": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ] }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }