PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   Head First Design Patterns PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Head First Design Patterns PHP
PHP version of the code examples of the book
Author: By
Last change:
Date: 3 years ago
Size: 202 bytes
 

Contents

Class file image Download
{ "name": "terdia/head-first-design-patterns-php", "type": "library", "license": "mit", "require": {}, "autoload": { "psr-4": { "App\\": "src/" } } }