PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Minimalist PHP Sales Site   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Minimalist PHP Sales Site
Implement a sales site from configuration files
Author: By
Last change:
Date: 1 year ago
Size: 982 bytes
 

Contents

Class file image Download
{ "name": "ph-7/minimalist-sales-site", "description": "A minimalist sales micro-site", "homepage": "https://pierrehenry.be", "type": "project", "require": { "php": ">=8.0.0", "vlucas/phpdotenv": "^5.4", "mustache/mustache": "^2.14", "twbs/bootstrap": "^5.1", "ph-7/just-http-status-codes": "^1.1", "filp/whoops": "^2.14" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "scripts": { "test": "vendor/bin/phpunit", "post-cmd": [ "cp -Rf vendor/twbs/bootstrap/dist/* assets/bootstrap" ], "post-install-cmd": ["@post-cmd"], "post-update-cmd": ["@post-cmd"] }, "license": "MIT", "autoload": { "psr-4": { "PHenry\\App\\": "app" } }, "autoload-dev": { "psr-4": { "PHenry\\App\\Tests\\Unit\\": "tests/unit" } }, "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "https://ph7.me" } ], "minimum-stability": "stable" }