PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joseluis Laso   Tradukoj.com Translations API Bundle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tradukoj.com Translations API Bundle
Get remote translations for Symfony projects
Author: By
Last change:
Date: 9 years ago
Size: 720 bytes
 

Contents

Class file image Download
{ "name": "jlaso/translations-apibundle", "version": "1.0.0", "description": "Client API for https://www.tradukoj.com", "keywords": ["api", "translations", "symfony"], "homepage": "https://github.com/jlaso/translations-apibundle", "type": "bundle", "license": "mit", "authors": [ { "name": "Joseluis Laso", "email": "jlaso@joseluislaso.es", "homepage": "http://www.joseluislaso.es" } ], "require": { "php": ">=5.3.0", "liuggio/excelbundle": "~2.0" }, "autoload": { "psr-0": { "JLaso\\TranslationsApiBundle": "" } }, "target-dir": "JLaso/TranslationsApiBundle" }