PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Women's Menstruation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Women's Menstruation
Application to calculate women's menstruation days
Author: By
Last change:
Date: 1 year ago
Size: 862 bytes
 

Contents

Class file image Download
{ "name": "slim/slim-skeleton", "description": "A Slim Framework skeleton application for rapid development", "keywords": ["microframework", "rest", "router", "psr7"], "homepage": "http://github.com/slimphp/Slim-Skeleton", "license": "MIT", "authors": [ { "name": "Josh Lockhart", "email": "info@joshlockhart.com", "homepage": "http://www.joshlockhart.com/" } ], "require": { "php": ">=5.5.0", "slim/slim": "^3.1", "slim/php-view": "^2.0", "monolog/monolog": "^1.17" }, "require-dev": { "phpunit/phpunit": ">=4.8 < 6.0" }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "start": "php -S 0.0.0.0:8080 -t public public/index.php", "test": "phpunit" } }