PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 5 years ago
Size: 647 bytes
 

Contents

Class file image Download
{ "minimum-stability" : "stable", "require": { "openlss/lib-array2xml": "^0.0.10", "slim/slim": "^3.0", "slim/twig-view": "^2.0", "slim/flash": "^0.1.0", "phpmailer/phpmailer": "^5.2", "twig/extensions": "^1.3", "symfony/translation": "^3.1", "symfony/twig-bridge": "^3.1", "emarref/jwt": "^1.0", "apache/log4php": "^2.3", "phpoffice/phpexcel": "1.8.1", "php": ">=5.2.0", "ext-xml": "*", "ext-xmlwriter": "*", "tecnickcom/tcpdf": "^6.2" }, "autoload":{ "psr-4": {"DotLogics\\": "lib/"} }, "require-dev": { "phpunit/phpunit": "^4.8", "fabpot/goutte": "^3.1" } }