PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Tom Sailor   Prime PHP Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Prime PHP Framework
Implement Web applications using MVC
Author: By
Last change:
Date: 6 years ago
Size: 1,163 bytes
 

Contents

Class file image Download
{ "name": "primephp/framework", "description": "Toolkit de Componentes php para criação de aplicações MVC", "authors": [ { "name": "Tom Sailor", "email": "www.eltonluiz@hotmail.com" } ], "license": "MIT", "support": { "issues": "https://github.com/primephp/framework/issues", "source": "https://github.com/primephp/framework" }, "require": { "php": ">=5.6", "ext-mbstring": "*", "ext-openssl": "*", "symfony/http-kernel": "3.0.*", "symfony/http-foundation": "3.0.*", "symfony/event-dispatcher": "3.0.*", "symfony/debug": "3.0.*", "symfony/routing": "3.0.*", "symfony/filesystem": "3.0.*", "symfony/console": "3.0.*", "twig/twig": "1.*", "phpmailer/phpmailer": "5.*", "monolog/monolog": "1.*" }, "require-dev": { "phpunit/phpunit": "*" }, "prefer-stable": true, "autoload": { "psr-4": { "Prime\\": "src/Prime/" }, "files": ["src/Prime/Core/functions.php"] } }