PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon for CakePHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon for CakePHP
This package integrates the Jaxon library into the
Author: By
Last change: Updated versions in dependencies.
Added a Logger class.
Updated package version in composer.json.
Adapted to the new class hierarchy is jaxon-core.
Date: 3 years ago
Size: 725 bytes
 

Contents

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