PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP MVC Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MVC Framework
Example application using an MVC framework
Author: By
Last change:
Date: 1 month ago
Size: 366 bytes
 

Contents

Class file image Download
{ "require": { "php-di/php-di": "^7.0", "filp/whoops": "^2.15", "twig/twig": "^3.8", "farisc0de/phpfileuploading": "^1.0", "vlucas/phpdotenv": "^5.6", "lulco/phoenix": "^2.5" }, "autoload": { "psr-4": { "App\\": "src/app/", "Framework\\": "src/framework/" } } }