PHP Classes

File: htdocs/xoops_lib/vendor/boenrobot/money_format_polyfill/composer.json

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/xoops_lib/vendor/boenrobot/money_format_polyfill/composer.json   Download  
File: htdocs/xoops_lib/vendor/boenrobot/money_format_polyfill/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 1 month ago
Size: 840 bytes
 

Contents

Class file image Download
{ "name": "boenrobot/money_format_polyfill", "description": "A polyfill for PHP's money_format() function, intended for Windows. Source from Rafael M. Salvioni (in the comments for money_format()).", "license": "MIT", "authors": [ { "name": "Vasil Rangelov", "email": "boen.robot@gmail.com" } ], "require": { }, "require-dev": { "squizlabs/php_codesniffer": "@stable" }, "suggest": { "boenrobot/composer-install-library-of-functions": "To remove the polyfill from the autoloader if not needed." }, "extra": { "functionmap": { "autoload": { "money_format": "src/money_format.php" } } }, "autoload": { "files": [ "src/money_format.php" ] } }