PHP Classes

File: infrastructure/composer.json

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato Service   infrastructure/composer.json   Download  
File: infrastructure/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Potato Service
Framework that extracts route details from classes
Author: By
Last change: feat(cli): implement -exec command
Date: 7 months ago
Size: 507 bytes
 

Contents

Class file image Download
{ "name": "dellacurtais/potatoframework", "description": "PotatoService", "minimum-stability": "alpha", "license": "proprietary", "authors": [ { "name": "Maicon Gonzales", "email": "me@maicon.tech" } ], "require": { "smarty/smarty": "^3", "delight-im/cookie": "^3", "illuminate/database": "^8", "illuminate/pagination": "^8", "vlucas/phpdotenv": "^5", "gettext/gettext": "^5", "ext-gettext": "*" }, "config": { "disable-tls": true } }