PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Italo Lelis de Vietro   Generics PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Generics PHP
General purpose class interfaces
Author: By
Last change: Changing interfaces convetion to PSR
Removing php require from compsoer
Alterando o padrao de interfaces
Date: 9 years ago
Size: 554 bytes
 

Contents

Class file image Download
{ "name": "easyframework/generics", "description": "Easy Framework Generics Component", "type": "library", "license": "MIT", "keywords": ["framework", "easy", "generics"], "homepage": "http://easyframework.net/", "authors": [ { "name": "Ítalo Lelis de Vietro", "email": "italolelis@lellysinformatica.com" } ], "autoload": { "psr-4": { "": "src/" } }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }