PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Personal   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Personal
Generate a portfolio site
Author: By
Last change:
Date: Yesterday
Size: 347 bytes
 

Contents

Class file image Download
{ "name": "app/portifolio", "autoload": { "psr-4": { "app\\": "app/" } }, "authors": [ { "name": "faustinopsy", "email": "rodrigohipnose@gmail.com" } ], "require": { "stripe/stripe-php": "^10.3", "league/plates": "^3.5", "vlucas/phpdotenv": "^5.5", "phpmailer/phpmailer": "^6.9" } }