PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roni   Easy PHP Config Bundle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP Config Bundle
Application configuration management using forms
Author: By
Last change:
Date: 10 months ago
Size: 1,389 bytes
 

Contents

Class file image Download
{ "name": "xiidea/easy-config", "type": "symfony-bundle", "description": "A Symfony Bundle for easy configuration management", "keywords": ["config", "configuration", "settings", "settings-bundle"], "homepage": "https://github.com/xiidea/EasyConfigBundle", "license": "MIT", "authors": [ { "name": "Mamun Ahmed", "email": "maamun7@gmail.com", "role": "Developer" }, { "name": "EasyConfigBundle Community", "homepage": "https://github.com/xiidea/EasyConfigBundle/graphs/contributors" } ], "support": { "issues": "https://github.com/xiidea/EasyConfigBundle/issues", "source": "https://github.com/xiidea/EasyConfigBundle" }, "autoload": { "psr-4": { "Xiidea\\EasyConfigBundle\\": "" } }, "autoload-dev": { "psr-4": { "Xiidea\\EasyConfigBundle\\Tests\\": "Tests/" } }, "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.0", "symfony/framework-bundle": ">=5.4", "symfony/security-bundle": ">=5.4", "symfony/security-core": ">=5.4", "symfony/twig-bundle": ">=5.4", "symfony/form": ">=5.4", "symfony/http-foundation": ">=5.4", "doctrine/orm": "^2.4", "doctrine/dbal": "^3.2" } }