PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Utility Web PHP API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Utility Web PHP API
API to retrieve movie details and other resources
Author: By
Last change:
Date: 3 years ago
Size: 685 bytes
 

Contents

Class file image Download
{ "name": "ahmard/utiweb", "description": "Web version of ahmard/uticlass", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Ahmad Mustapha", "email": "ahmard06@gmail.com" } ], "require": { "php": "^7.4", "ext-json": "*", "ext-pdo": "*", "ahmard/quick-route": "^2.0", "ahmard/uticlass": "^1.1", "ahmard/preact": "^1.0", "twig/twig": "^3.1", "vlucas/phpdotenv": "^5.2", "sunrise/http-server-request": "^1.0", "symfony/validator": "^5.1", "botman/botman": "^2.6" }, "require-dev": { "phpunit/phpunit": "^9" }, "autoload": { "psr-4": { "App\\": "app/" } } }