PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of ASCOOS CMS   PHP 8 Backwards Compatibility Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP 8 Backwards Compatibility Library
Functions of PHP 8 that work in older PHP versions
Author: By
Last change:
Date: 5 days ago
Size: 1,626 bytes
 

Contents

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