PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahidul Hasan   Simple PHP Framework Application   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Framework Application
Example MVC application with the Symfony framework
Author: By
Last change:
Date: 6 months ago
Size: 369 bytes
 

Contents

Class file image Download
{ "require": { "symfony/http-foundation": "^3.3", "symfony/routing": "^3.3", "symfony/http-kernel": "^3.3", "j7mbo/twitter-api-php": "^1.0", "vlucas/phpdotenv": "^2.5", "nahid/jsonq": "^5.2" }, "autoload": { "psr-4": { "": "src/" } }, "require-dev": { "phpunit/phpunit": "^7" } }