PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nemeth Zoltan   Design patterns   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Design patterns
Implements several well known design patterns
Author: By
Last change:
Date: 7 years ago
Size: 307 bytes
 

Contents

Class file image Download
{ "name": "Aion/DP2", "description": "Design pattern 2 samples", "minimum-stability": "stable", "license": "proprietary", "authors": [ { "name": "Zoltán Németh", "email": "zoltan.nemeth@aionhill.com" } ], "autoload": { "psr-4": { "DP\\": "vendor/DP" } } }