PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato PHP MVC Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Potato PHP MVC Framework
Framework to develop PHP MVC applications
Author: By
Last change:
Date: 3 years ago
Size: 533 bytes
 

Contents

Class file image Download
{ "name": "dellacurtais/potatoframework", "description": "Potato Framework", "minimum-stability": "stable", "license": "proprietary", "authors": [ { "name": "Maicon Gonzales", "email": "contato@codeinsight.com.br" } ], "require": { "ext-json": "*", "ext-pdo": "*", "smarty/smarty": "~3.1", "delight-im/cookie": "~3.1", "php-unit-conversion/php-unit-conversion": "1.2.1", "illuminate/database": "^8", "thunderer/shortcode": "^0.7", "illuminate/pagination": "^8" } }