PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Zest   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zest
Application to show the use of the Zest framework
Author: By
Last change: Fix version constraints failures. (#345)
split one component & Updtae
update
Update composer.json
Add mbstring extension to check it's available (#254)
Resolves issue #209 (#210)
Fix basic hash tests
Update composer.json
Update composer.json
Update composer.json
update
add support for phpUnit testing
update
update
Update composer.json
update
update
Date: 2 years ago
Size: 857 bytes
 

Contents

Class file image Download
{ "name": "zest/framework", "description": "The Zest Framework.", "keywords": ["framework", "zest"], "license": "MIT", "require": { "php": "^7.2|^8.0", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^9.4" }, "authors": [ { "name": "Muhamamad Umer Farooq", "email":"mumerfarooqlablnet01@gmail.com", "homepage": "https://zestframework.github.io/" } ], "autoload": { "psr-4": { "Zest\\": "src/" }, "files":["src/functions/helpers.php"] }, "autoload-dev": { "psr-4": { "Framework\\Tests\\": "Tests/" } }, "scripts": { "test": "vendor/bin/phpunit" }, "config":{ "optimize-autoloader":true }, "prefer-stable": true }