PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nathaniel Sherwood   Encase PHP Functional Programming   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Encase PHP Functional Programming
Make functions work as if they are class functions
Author: By
Last change:
Date: 5 years ago
Size: 575 bytes
 

Contents

Class file image Download
{ "name": "encase/functional", "type": "library", "description": "Functional, fluent and efficient", "license": "MIT", "keywords": ["functional", "fluent", "object oriented", "boxing"], "homepage": "https://github.com/Deji69/encase-functional", "authors": [ { "name": "Deji69", "email": "the_zone@hotmail.co.uk" } ], "require": { "php": "^7.2", "ext-mbstring": "*" }, "autoload": { "psr-4": { "Encase\\Functional\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "config": { "sort-packages": true }, "minimum-stability": "dev" }