PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon for Symfony   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon for Symfony
Jaxon integration for the Symfony framework
Author: By
Last change: Fixed Symfony package requirement.
Added Symfony requirement.
The Container class now implements the PSR-11 ContainerInterface.
Added logger setup.
Merge branch 'master' into develop
Updated package version in composer.json.
- upgrade symfony version constraint
- add some more folder to .gitignore for other IDE
- remove alias function and replace with origin php function
Adapted to the new class hierarchy is jaxon-core.
Date: 2 years ago
Size: 834 bytes
 

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-symfony", "type": "library", "description": "Jaxon library integration for the Symfony Framework", "authors": [ {"name": "Thierry Feuzeu"} ], "homepage": "https://github.com/jaxon-php/jaxon-symfony", "license": "BSD-3-Clause", "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework", "Symfony"], "support": { "issues": "https://github.com/jaxon-php/jaxon-symfony/issues", "source": "https://github.com/jaxon-php/jaxon-symfony" }, "require": { "psr/container": ">=1.0.0", "jaxon-php/jaxon-core": "^3.2", "symfony/framework-bundle": "4.*|5.*" }, "provide": { "jaxon-php/jaxon-view-twig": "~3.0" }, "autoload": { "psr-4": { "Jaxon\\AjaxBundle\\": "src/" } } }