PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of uche   PHP Job Portal Project API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Job Portal Project API
API to post working jobs and let freelancers apply
Author: By
Last change:
Date: 2 years ago
Size: 942 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", "vlucas/phpdotenv": "^2.4" }, "require-dev": { "phpunit/phpunit": ">=4.8 < 6.0" }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "process-timeout" : 0 }, "scripts": { "start": "php -S localhost:8080 -t public", "test": "phpunit" } }