mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 18:24:23 +00:00
61 lines
2.2 KiB
JSON
61 lines
2.2 KiB
JSON
{
|
|
"name": "chill-project/custom-fields",
|
|
"license": "AGPL-3.0",
|
|
"type": "symfony-bundle",
|
|
"description": "This bundle allow to add custom fields on entities.",
|
|
"keywords" : ["chill", "social work"],
|
|
"homepage" : "https://github.com/Chill-project/CustomFields",
|
|
"autoload": {
|
|
"psr-4": { "Chill\\CustomFieldsBundle\\": "" }
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
|
},
|
|
"authors" : [
|
|
{
|
|
"name": "Champs-Libres",
|
|
"email": "info@champs-libres.coop",
|
|
"homepage": "http://www.champs-libres.coop"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "~5.5|~7.0",
|
|
"symfony/symfony": "~2.8",
|
|
"doctrine/orm": "~2.4",
|
|
"doctrine/dbal" : "~2.5",
|
|
"doctrine/common": "~2.4",
|
|
"doctrine/doctrine-bundle": "~1.2",
|
|
"twig/extensions": "~1.0",
|
|
"symfony/assetic-bundle": "~2.3",
|
|
"symfony/swiftmailer-bundle": "~2.3",
|
|
"sensio/distribution-bundle": "~5.0",
|
|
"sensio/framework-extra-bundle": "~3.0",
|
|
"champs-libres/composer-bundle-migration": "~1.0",
|
|
"doctrine/doctrine-migrations-bundle": "~1.1",
|
|
"doctrine/migrations": "~1.0",
|
|
"symfony/monolog-bundle": "^2.7",
|
|
"chill-project/main": "dev-master@dev",
|
|
"phpoffice/phpspreadsheet": "dev-develop#9e835676a6a2df9f7e445a28d4d89f6bd296a7c5@dev"
|
|
},
|
|
"require-dev": {
|
|
"chill-project/person": "dev-master@dev",
|
|
"fzaninotto/faker": "~1",
|
|
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
|
"phpunit/phpunit": "^6.2"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
|
|
],
|
|
"post-update-cmd": [
|
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
|
|
]
|
|
},
|
|
"extra": {
|
|
"symfony-app-dir": "Tests/Fixtures/App/app",
|
|
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
|
}
|
|
}
|