PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Symfony Multi Tenant   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Multi Tenant
Example of multi-tenant application using Symfony
Author: By
Last change: Add Authentication For Tenant and Core
Date: 1 year ago
Size: 2,032 bytes
 

Contents

Class file image Download
{ "type": "project", "license": "proprietary", "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=8.1", "ext-ctype": "*", "ext-iconv": "*", "doctrine/doctrine-bundle": "^2.8", "doctrine/doctrine-migrations-bundle": "^3.2", "doctrine/orm": "^2.14", "gedmo/doctrine-extensions": "^3.10", "lexik/jwt-authentication-bundle": "^2.18", "symfony/cache": "6.2.*", "symfony/console": "6.2.*", "symfony/dotenv": "6.2.*", "symfony/event-dispatcher": "6.2.*", "symfony/flex": "^2", "symfony/framework-bundle": "6.2.*", "symfony/monolog-bundle": "^3.8", "symfony/runtime": "6.2.*", "symfony/translation": "6.2.*", "symfony/yaml": "6.2.*" }, "config": { "allow-plugins": { "symfony/flex": true, "symfony/runtime": true }, "sort-packages": true }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tests/" } }, "replace": { "symfony/polyfill-ctype": "*", "symfony/polyfill-iconv": "*", "symfony/polyfill-php72": "*", "symfony/polyfill-php73": "*", "symfony/polyfill-php74": "*", "symfony/polyfill-php80": "*", "symfony/polyfill-php81": "*" }, "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" ] }, "conflict": { "symfony/symfony": "*" }, "extra": { "symfony": { "allow-contrib": false, "require": "6.2.*" } }, "require-dev": { "symfony/maker-bundle": "^1.48", "symfony/stopwatch": "6.2.*" } }