PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of ángel cruz  >  abr4xas utilities  >  composer.json  >  Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: abr4xas utilities
General purpose utility classes
Author: By
Last change: agrega nuevas clases :rocket:
Date: 4 years ago
Size: 534 bytes
 

Contents

Class file image Download
{
    "name": "abr4xas/utils",
    "description": "Personal Package",
    "type": "library",
    "license": "MIT",
    "authors": [{
        "name": "abr4xas",
        "email": "me@abr4xas.org",
        "homepage": "https://abr4xas.org/",
        "role": "Developer"
    }],
    "require": {},
    "autoload": {
        "psr-4": {
            "Abr4xas\\Utils\\": "src/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}
For more information send a message to info at phpclasses dot org.