PHP Classes

File: libraries/vendor/slim/http-cache/composer.json

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/slim/http-cache/composer.json   Download  
File: libraries/vendor/slim/http-cache/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 7 years ago
Size: 816 bytes
 

Contents

Class file image Download
{ "name": "slim/http-cache", "type": "library", "description": "Slim Framework HTTP cache middleware and service provider", "keywords": ["slim","framework","middleware","cache"], "homepage": "http://slimframework.com", "license": "MIT", "authors": [ { "name": "Josh Lockhart", "email": "hello@joshlockhart.com", "homepage": "http://joshlockhart.com" } ], "require": { "php": ">=5.4.0", "pimple/pimple": "~3.0", "psr/http-message": "^1.0" }, "require-dev": { "slim/slim": "3.x-dev" }, "autoload": { "psr-4": { "Slim\\HttpCache\\": "src" } }, "autoload-dev": { "psr-4": { "Slim\\HttpCache\\Tests\\": "tests" } } }