PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Christos Drogidis   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: 2.2.0
Date: 2 months ago
Size: 1,296 bytes
 

Contents

Class file image Download
{ "name": "ascoos/phpbcl", "description": "PHP Backwards Compatibility Library (phpBCL).", "keywords": ["ascoos", "ascoos-framework", "polyfill", "polyfills", "php-polyfill", "php-polyfills", "php", "php7", "php8", "libraries", "php-library", "backward", "backward-compatibility", "compatibility", "compat"], "license": "proprietary", "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": "2.2.0", "type": "library", "distributors": [ { "url": "https://github.com/ascoos/phpbcl/releases/download/2.2.0/phpbcl-2.2.0.zip", "type": "zip" } ] } } ], "require": { "php": ">=5.6" } }