PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joel Gaujard   CodeIgniter GetText   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CodeIgniter GetText
Load locale texts for CodeIgniter applications
Author: By
Last change: Require CI Framework as dev dependency
Date: 6 years ago
Size: 1,216 bytes
 

Contents

Class file image Download
{ "name": "joel-depiltech/codeigniter-gettext", "description": "A Codeigniter PHP framework package for dealing with gettext as a Composer requirement.", "time": "2016-12-23", "type": "library", "license": "GPL-2.0", "keywords": ["codeigniter", "gettext", "i18n", "translation", "language"], "authors": [ { "name": "Joël Gaujard", "email": "joel@depiltech.com" }, { "name": "Joël Gaujard", "email": "j.gaujard@gmail.com" } ], "homepage": "https://github.com/joel-depiltech/codeigniter-gettext", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=5.6", "ext-gettext": "*" }, "require-dev": { "phpunit/phpunit": "^5.7", "phing/phing": "^2.16", "codeigniter/framework": "^3.1" }, "autoload": { "classmap": ["src/"] }, "autoload-dev": { "psr-4": { "CodeIgniterGetText\\Tests\\": "tests/" }, "files": [ "tests/gettext_test.inc.php" ] }, "scripts": { "test": [ "phpunit", "phing" ] } }