PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Michele Locati   Punic   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Punic
Localize numbers, dates, units using Unicode CLDR
Author: By
Last change: Fix apigen
fix dependency issue
Date: 9 years ago
Size: 1,117 bytes
 

Contents

Class file image Download
{ "name": "punic/punic", "description": "PHP-Unicode CLDR", "keywords": [ "localization", "l10n", "internationalization", "i18n", "translations", "translate", "php", "unicode", "cldr", "calendar", "date-time", "date", "time" ], "homepage": "https://github.com/punic/punic", "license": "MIT", "authors": [ { "name": "Michele Locati", "email": "mlocati@gmail.com", "role": "Developer" }, { "name": "Remo Laubacher", "email": "remo.laubacher@gmail.com", "role": "Collaborator, motivator and perfectionist supporter" } ], "autoload": { "psr-4": { "Punic\\": "code/" } }, "require": { "php": ">=5.3" }, "require-dev": { "satooshi/php-coveralls": "dev-master", "nette/nette": "~2.1.3", "apigen/apigen": "2.8.0" }, "replace": { "punic/common": "*", "punic/calendar": "*" } }