PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon for Laravel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon for Laravel
Laravel plugin to call PHP classes from with AJAX
Author: By
Last change: Added support for Laravel service auto discovery.
Changed version dependency.
Changed Laravel version support.
Updated version numbers.
The Container class now implements the PSR-11 ContainerInterface.
Added logger setup.
Updated package versions.
Compatibility with the latest jaxon-core 3.0.x version.
Changed dependency version in composer.json.
Date: 2 years ago
Size: 818 bytes
 

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-laravel", "type": "library", "description": "Jaxon library integration for the Laravel framework", "authors": [ { "name": "Thierry Feuzeu", "email": "thierry.feuzeu@lagdo-software.net" } ], "keywords": ["Ajax", "Jaxon", "PHP", "Laravel"], "license": "BSD-3-Clause", "require": { "psr/container": ">=1.0.0", "jaxon-php/jaxon-core": ">=3.2", "illuminate/support": "6.*|7.*|8.*" }, "provide": { "jaxon-php/jaxon-view-blade": "~3.0" }, "autoload": { "psr-4": { "Jaxon\\Laravel\\": "src/" } }, "extra": { "laravel": { "providers": [ "Jaxon\\Laravel\\JaxonServiceProvider" ] } } }