PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of ASCOOS CMS   PHP Backwards Compatibility Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Backwards Compatibility Library
Functions of newer PHP versions for older versions
Author: By
Last change: Updated to 1.1.0
Date: 3 months ago
Size: 1,462 bytes
 

Contents

Class file image Download
{ "name": "ascoos/phpBCL", "description": "PHP Backwards Compatibility Library (phpBCL).", "version": "1.1.0", "license":"AGL-F (Ascoos General License - Free)", "homepage": "https://apps.ascoos.com/phpBCL", "authors": [ { "name": "Drogidis Christos", "homepage": "https://www.ascoos.com", "role": "Developer" } ], "support": { "issues": "https://github.com/ascoos/phpBCL/issues", "source": "https://github.com/ascoos/phpBCL" }, "repositories": [ { "type": "package", "package": { "name": "ascoos/phpBCL", "version": "1.1.0", "type": "library", "dist": [ { "url": "https://dl.ascoos.com/pub/phpBCL/phpBCL-latest.zip", "type": "zip" }, { "url": "https://github.com/ascoos/phpBCL/releases/download/1.0.9/phpBCL-1.0.9.zip", "type": "zip" }, { "url": "https://sourceforge.net/projects/phpbcl/files/latest/download", "type": "zip" } ] } } ], "require": { "php": ">=4.3" } }