PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon for Zend Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon for Zend Framework
Zend plugin to call PHP classes from with AJAX
Author: By
Last change: The Container class now implements the PSR-11 ContainerInterface.
Updated package version in composer.json.
Adapted to the new class hierarchy is jaxon-core.
Date: 3 years ago
Size: 721 bytes
 

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-zend", "type": "library", "description": "Jaxon library integration for the Zend Framework 2", "authors": [ {"name": "Thierry Feuzeu"} ], "homepage": "https://github.com/jaxon-php/jaxon-zend", "license": "BSD-3-Clause", "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework", "Zend"], "support": { "issues": "https://github.com/jaxon-php/jaxon-zend/issues", "source": "https://github.com/jaxon-php/jaxon-zend" }, "require": { "psr/container": ">=1.0.0", "jaxon-php/jaxon-core": "^3.2" }, "autoload": { "psr-4": { "Jaxon\\Zend\\": "src/" } } }