mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
master@chill-vendee cb68f33e71 JFMonfort 2021-02-18 Adding missing dependencies sf4@chill-standard 732f4af595 MathieuJ 2021-03-08 rebase: Add missing dependencies (cb68f33e713) sf4@chill-standard 358f7e7be7 MathieuJ 2021-03-08 install php markdown to html, and test change in template
72 lines
2.8 KiB
JSON
72 lines
2.8 KiB
JSON
{
|
|
"name": "chill-project/chill-bundles",
|
|
"license": "AGPL-3.0-only",
|
|
"type": "library",
|
|
"description": "Most used bundles for chill-project",
|
|
"keywords": ["chill", "social worker"],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Chill\\ActivityBundle\\": "src/Bundle/ChillActivityBundle",
|
|
"Chill\\BudgetBundle\\": "src/Bundle/ChillBudgetBundle",
|
|
"Chill\\CustomFieldsBundle\\": "src/Bundle/ChillCustomFieldsBundle",
|
|
"Chill\\DocStoreBundle\\": "src/Bundle/ChillDocStoreBundle",
|
|
"Chill\\EventBundle\\": "src/Bundle/ChillEventBundle",
|
|
"Chill\\FamilyMemberBundle\\": "src/Bundle/ChillFamilyMemberBundle",
|
|
"Chill\\MainBundle\\": "src/Bundle/ChillMainBundle",
|
|
"Chill\\PersonBundle\\": "src/Bundle/ChillPersonBundle",
|
|
"Chill\\ReportBundle\\": "src/Bundle/ChillReportBundle",
|
|
"Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle",
|
|
"Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle"
|
|
}
|
|
},
|
|
"require": {
|
|
"champs-libres/async-uploader-bundle": "dev-sf4",
|
|
"graylog2/gelf-php": "^1.5",
|
|
"symfony/flex": "^1.9",
|
|
"symfony/form": "4.*",
|
|
"symfony/twig-bundle": "^4.4",
|
|
"twig/extra-bundle": "^2.12|^3.0",
|
|
"twig/twig": "^2.12|^3.0",
|
|
"composer/package-versions-deprecated": "^1.10",
|
|
"doctrine/doctrine-bundle": "^2.1",
|
|
"doctrine/doctrine-migrations-bundle": "^3.0",
|
|
"doctrine/orm": "^2.7",
|
|
"symfony/asset": "4.*",
|
|
"symfony/monolog-bundle": "^3.5",
|
|
"symfony/security-bundle": "4.*",
|
|
"symfony/translation": "4.*",
|
|
"symfony/validator": "4.*",
|
|
"sensio/framework-extra-bundle": "^5.5",
|
|
"symfony/yaml": "4.*",
|
|
"knplabs/knp-menu": "^3.1",
|
|
"knplabs/knp-menu-bundle": "^3.0",
|
|
"symfony/templating": "4.*",
|
|
"twig/intl-extra": "^3.0",
|
|
"symfony/workflow": "4.*",
|
|
"symfony/expression-language": "4.*",
|
|
"knplabs/knp-time-bundle": "^1.12",
|
|
"symfony/intl": "4.*",
|
|
"symfony/swiftmailer-bundle": "^3.5",
|
|
"league/csv": "^9.6",
|
|
"phpoffice/phpspreadsheet": "^1.16",
|
|
"symfony/browser-kit": "^5.2",
|
|
"symfony/css-selector": "^5.2",
|
|
"twig/markdown-extra": "^3.3",
|
|
"erusev/parsedown": "^1.7"
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*"
|
|
},
|
|
"require-dev": {
|
|
"fakerphp/faker": "^1.13",
|
|
"phpunit/phpunit": "^7.0",
|
|
"symfony/dotenv": "^5.1",
|
|
"symfony/maker-bundle": "^1.20",
|
|
"doctrine/doctrine-fixtures-bundle": "^3.3",
|
|
"symfony/stopwatch": "^5.1",
|
|
"symfony/web-profiler-bundle": "^5.0",
|
|
"symfony/var-dumper": "4.*",
|
|
"symfony/debug-bundle": "^5.1"
|
|
}
|
|
}
|