PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon Armada   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon Armada
Advanced features for Jaxon applications
Author: By
Last change: Updated the Armada setup.
Date: 2 years ago
Size: 771 bytes
 

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-armada", "type": "library", "description": "Advanced features for the Jaxon library", "authors": [ {"name": "Thierry Feuzeu"} ], "homepage": "https://github.com/jaxon-php/jaxon-armada", "license": "BSD-3-Clause", "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework"], "support": { "issues": "https://github.com/jaxon-php/jaxon-armada/issues", "source": "https://github.com/jaxon-php/jaxon-armada" }, "require": { "jaxon-php/jaxon-sentry": "~2.0", "aura/session": "~2.0" }, "autoload": { "psr-4": { "Jaxon\\Armada\\": "src/" }, "files": [ "src/start.php" ] } }