chore: Update composer.json.

This commit is contained in:
Pol Dellaiera 2021-04-26 17:39:58 +02:00
parent 1967d6ea4c
commit 0f5ee5bc86

View File

@ -1,89 +1,110 @@
{ {
"name": "chill-project/chill-bundles", "name": "chill-project/chill-bundles",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"type": "library",
"description": "Most used bundles for chill-project", "description": "Most used bundles for chill-project",
"keywords": ["chill", "social worker"], "keywords": ["chill", "social worker"],
"authors": [
{
"name": "Champs-Libres",
"email": "info@champs-libres.coop",
"homepage": "http://www.champs-libres.coop"
}
],
"type": "library",
"require": {
"components/jquery": ">=1.7.1",
"league/csv": "^9.6",
"phpoffice/phpspreadsheet": "~1.2",
"robloach/component-installer": "*"
},
"config": {
"vendor-dir": "tests/app/vendor",
"bin-dir": "bin"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.3",
"fakerphp/faker": "^1.13",
"nelmio/alice": "^3.8",
"phpunit/phpunit": "^9.5",
"symfony/debug-bundle": "^5.1",
"symfony/dotenv": "^5.1",
"symfony/maker-bundle": "^1.20",
"symfony/phpunit-bridge": "^5.2",
"symfony/stopwatch": "^5.1",
"symfony/var-dumper": "4.*",
"symfony/web-profiler-bundle": "^5.0",
"symplify/monorepo-builder": "^9.2"
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Chill\\ActivityBundle\\": "src/Bundle/ChillActivityBundle", "Chill\\AMLI\\BudgetBundle\\": "src/Bundle/ChillBudgetBundle/",
"Chill\\BudgetBundle\\": "src/Bundle/ChillBudgetBundle", "Chill\\AMLI\\FamilyMembersBundle\\": "src/Bundle/ChillFamilyMembersBundle/",
"Chill\\CustomFieldsBundle\\": "src/Bundle/ChillCustomFieldsBundle", "Chill\\ActivityBundle\\": "src/Bundle/ChillActivityBundle/",
"Chill\\DocStoreBundle\\": "src/Bundle/ChillDocStoreBundle", "Chill\\CustomFieldsBundle\\": "src/Bundle/ChillCustomFieldsBundle/",
"Chill\\EventBundle\\": "src/Bundle/ChillEventBundle", "Chill\\DocStoreBundle\\": "src/Bundle/ChillDocStoreBundle/",
"Chill\\FamilyMemberBundle\\": "src/Bundle/ChillFamilyMemberBundle", "Chill\\EventBundle\\": "src/Bundle/ChillEventBundle/",
"Chill\\MainBundle\\": "src/Bundle/ChillMainBundle", "Chill\\MainBundle\\": "src/Bundle/ChillMainBundle/",
"Chill\\PersonBundle\\": "src/Bundle/ChillPersonBundle", "Chill\\PersonBundle\\": "src/Bundle/ChillPersonBundle/",
"Chill\\ReportBundle\\": "src/Bundle/ChillReportBundle", "Chill\\ReportBundle\\": "src/Bundle/ChillReportBundle/",
"Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle", "Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle/",
"Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle" "Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle/"
} }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "classmap": [
"App\\": "tests/app/src/" "src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/AppKernel.php",
} "src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/AppKernel.php",
"src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/AppKernel.php",
"src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/AppKernel.php",
"src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/AppKernel.php"
]
}, },
"require": { "extra": {
"champs-libres/async-uploader-bundle": "dev-sf4", "component": {
"graylog2/gelf-php": "^1.5", "scripts": [
"symfony/form": "4.*", "select2.js"
"symfony/twig-bundle": "^4.4", ],
"twig/extra-bundle": "^2.12|^3.0", "files": [
"twig/twig": "^2.12|^3.0", "select2.js",
"composer/package-versions-deprecated": "^1.10", "select2_locale_*.js",
"doctrine/doctrine-bundle": "^2.1", "select2.css",
"doctrine/doctrine-migrations-bundle": "^3.0", "select2-bootstrap.css",
"doctrine/orm": "^2.7", "select2-spinner.gif",
"symfony/asset": "4.*", "select2.png",
"symfony/monolog-bundle": "^3.5", "select2x2.png"
"symfony/security-bundle": "4.*", ]
"symfony/translation": "4.*", },
"symfony/validator": "4.*", "app-migrations-dir": [
"sensio/framework-extra-bundle": "^5.5", "Resources/test/Fixtures/App/app/DoctrineMigrations",
"symfony/yaml": "4.*", "Resources/test/Fixtures/App/DoctrineMigrations"
"symfony/webpack-encore-bundle": "^1.11", ],
"knplabs/knp-menu": "^3.1", "symfony-app-dir": [
"knplabs/knp-menu-bundle": "^3.0", "Tests/Fixtures/App/app",
"symfony/templating": "4.*", "Tests/Fixtures/App/",
"twig/intl-extra": "^3.0", "Test/Fixtures/App/app/"
"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",
"symfony/serializer": "^5.2"
},
"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",
"symfony/phpunit-bridge": "^5.2",
"nelmio/alice": "^3.8"
}, },
"scripts": { "scripts": {
"auto-scripts": { "merge": "vendor/bin/monorepo-builder merge --ansi",
"cache:clear": "symfony-cmd", "propagate": "vendor/bin/monorepo-builder propagate --ansi",
"assets:install %PUBLIC_DIR%": "symfony-cmd" "validate-monorepo": "vendor/bin/monorepo-builder validate --ansi",
} "release": "vendor/bin/monorepo-builder release patch --ansi",
"localize": "vendor/bin/monorepo-builder localize-composer-paths"
}, },
"config": { "replace": {
"vendor-dir": "tests/app/vendor", "chill-project/activity": "self.version",
"bin-dir": "bin" "chill-project/budget": "self.version",
} "chill-project/chill-doc-store": "self.version",
"chill-project/custom-fields": "self.version",
"chill-project/event": "self.version",
"chill-project/family-members": "self.version",
"chill-project/main": "self.version",
"chill-project/person": "self.version",
"chill-project/report": "self.version",
"chill-project/task": "self.version",
"chill-project/third-party": "self.version",
"ivaynberg/select2": "self.version"
},
"minimum-stability": "dev",
"prefer-stable": true
} }