PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Asher Wolfstein   PHP Builder Pattern Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: composer file
Class: PHP Builder Pattern Generator
Generate code for classes with the builder pattern
Author: By
Last change:
Date: 7 years ago
Size: 712 bytes
 

Contents

Class file image Download
{ "name": "asherwunk/phabstractic", "type": "library", "description": "Pure PHP Abstract Data Types, Algorithms, and Features", "keywords": ["abstract","abstract data types","algorithms"], "homepage": "http://github.com/asherwunk/phabstractic", "license": "MIT", "authors": [ { "name": "Asher Wolfstein", "email": "asherwunk@gmail.com", "homepage": "http://wunk.me", "role": "Developer" } ], "require": { "php" : ">=7.0", }, "require-dev": { "phpunit/phpunit": "~4.0", }, "autoload": { "psr-4": { "Phabstractic\\": "src/Phabstractic" } } }