PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   GetMeALatte   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GetMeALatte
Promote a product to be sold to a crowd
Author: By
Last change:
Date: 1 year ago
Size: 1,140 bytes
 

Contents

Class file image Download
{ "name": "pierrehenry/buy-me-acoffee-clone", "description": "Lightweight item promotion crowdfunding Web application.", "type": "project", "license": "MIT", "homepage": "https://pierrehenry.be", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me" } ], "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true }, "require": { "php": ">= 8.0", "ph-7/materialize-css": "^1.0", "ph-7/ph2gravatar": "^2.0", "symfony/dotenv": "^6.0", "symfony/mailer": "^6.0", "symfony/templating": "^6.0" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "GetMeALatteLike\\": "src" }, "files": ["src/helpers.php"] }, "scripts": { "post-cmd": [ "cp -Rf vendor/ph-7/materialize-css/dist/* assets/materialize" ], "post-install-cmd": ["@post-cmd"], "post-update-cmd": ["@post-cmd"], "test": "vendor/bin/phpunit" } }