PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Niko Peikrishvili   PHP Design Patterns with Real World Examples   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Design Patterns with Real World Examples
Implementation of design patterns with examples
Author: By
Last change:
Date: 1 year ago
Size: 257 bytes
 

Contents

Class file image Download
{ "name": "popcorn/designpatterns", "autoload": { "psr-4": { "DesignPatterns\\": "src/" } }, "autoload-dev": { "psr-4": { "DesignPatterns\\Tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "9.5.20" } }