PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of ASCOOS CMS   PHP Animal   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Animal
Provides information about different pet animals
Author: By
Last change:
Date: 6 months ago
Size: 1,266 bytes
 

Contents

Class file image Download
{ "name": "phpAnimals", "description": "PHP Animals.", "version": "1.0.4", "license":"AGL-F (Ascoos General License - Free)", "homepage": "https://apps.ascoos.com/phpAnimals", "authors": [ { "name": "Drogidis Christos", "homepage": "https://www.ascoos.com", "role": "Developer" } ], "support": { "issues": "https://github.com/ascoos/phpAnimals/issues", "source": "https://github.com/ascoos/phpAnimals" }, "repositories": [ { "type": "package", "package": { "name": "ascoos/phpAnimals", "version": "1.0.0", "type": "library", "dist": [ { "url": "https://dl.ascoos.com/pub/phpAnimals/phpAnimals-latest.zip", "type": "zip" }, { "url": "https://github.com/ascoos/phpAnimals/releases/download/phpAnimals-1.0.0/phpAnimals-1.0.0.zip", "type": "zip" } ] } } ], "require": { "php": ">=5.6" } }