mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
chore: Merge composer.json files.
This commit is contained in:
parent
68755989b5
commit
1a22c919a6
@ -3,13 +3,17 @@
|
|||||||
"description": "This bundle extend chill for recording the different activities of the user",
|
"description": "This bundle extend chill for recording the different activities of the user",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"keywords" : ["chill", "social work"],
|
"keywords": ["chill", "social work"],
|
||||||
"homepage" : "https://github.com/Chill-project/Activity",
|
"homepage": "https://github.com/Chill-project/Activity",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\ActivityBundle\\": "" }
|
"psr-4": {
|
||||||
|
"Chill\\ActivityBundle\\": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
"classmap": [
|
||||||
|
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -17,10 +21,6 @@
|
|||||||
"email": "info@champs-libres.coop"
|
"email": "info@champs-libres.coop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
"description": "This bundle extend chill for recording element of a budget for peoples",
|
"description": "This bundle extend chill for recording element of a budget for peoples",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"keywords" : ["chill", "social work"],
|
"keywords": ["chill", "social work"],
|
||||||
"homepage" : "https://framagit.org/Chill-project/BudgetBundle",
|
"homepage": "https://framagit.org/Chill-project/BudgetBundle",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\AMLI\\BudgetBundle\\": "" }
|
"psr-4": {
|
||||||
},
|
"Chill\\AMLI\\BudgetBundle\\": ""
|
||||||
"autoload-dev": {
|
}
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -17,13 +16,8 @@
|
|||||||
"email": "info@champs-libres.coop"
|
"email": "info@champs-libres.coop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"extra": {
|
"extra": {
|
||||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
||||||
"symfony-app-dir": "Test/Fixtures/App/app/"
|
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
|
@ -3,25 +3,25 @@
|
|||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"description": "This bundle allow to add custom fields on entities.",
|
"description": "This bundle allow to add custom fields on entities.",
|
||||||
"keywords" : ["chill", "social work"],
|
"keywords": ["chill", "social work"],
|
||||||
"homepage" : "https://github.com/Chill-project/CustomFields",
|
"homepage": "https://github.com/Chill-project/CustomFields",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\CustomFieldsBundle\\": "" }
|
"psr-4": {
|
||||||
|
"Chill\\CustomFieldsBundle\\": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
"classmap": [
|
||||||
|
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"authors" : [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Champs-Libres",
|
"name": "Champs-Libres",
|
||||||
"email": "info@champs-libres.coop",
|
"email": "info@champs-libres.coop",
|
||||||
"homepage": "http://www.champs-libres.coop"
|
"homepage": "http://www.champs-libres.coop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
"description": "A Chill bundle to store documents",
|
"description": "A Chill bundle to store documents",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\DocStoreBundle\\" : "" }
|
"psr-4": {
|
||||||
},
|
"Chill\\DocStoreBundle\\": ""
|
||||||
"require": {
|
}
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0"
|
"license": "AGPL-3.0"
|
||||||
}
|
}
|
||||||
|
@ -3,16 +3,18 @@
|
|||||||
"description": "This bundle extend chill software. This bundle allow to define event and participation to those events.",
|
"description": "This bundle extend chill software. This bundle allow to define event and participation to those events.",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"keywords" : ["chill", "social work"],
|
"keywords": ["chill", "social work"],
|
||||||
"homepage" : "https://git.framasoft.org/Chill-project/Chill-Group",
|
"homepage": "https://git.framasoft.org/Chill-project/Chill-Group",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\EventBundle\\": "" }
|
"psr-4": {
|
||||||
|
"Chill\\EventBundle\\": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://git.framasoft.org/Chill-project/Chill-Event/issues",
|
"issues": "https://git.framasoft.org/Chill-project/Chill-Event/issues",
|
||||||
"source": "https://git.framasoft.org/Chill-project/Chill-Event",
|
"source": "https://git.framasoft.org/Chill-project/Chill-Event",
|
||||||
"docs" : "http://docs.chill.social",
|
"docs": "http://docs.chill.social",
|
||||||
"email": "dev@listes.chill.social"
|
"email": "dev@listes.chill.social"
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -20,11 +22,7 @@
|
|||||||
"email": "info@champs-libres.coop"
|
"email": "info@champs-libres.coop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"suggest": {
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"suggest" : {
|
|
||||||
"chill-project/group": "dev-master@dev"
|
"chill-project/group": "dev-master@dev"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
"description": "This bundle extend chill for recording family members into a file",
|
"description": "This bundle extend chill for recording family members into a file",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"keywords" : ["chill", "social work"],
|
"keywords": ["chill", "social work"],
|
||||||
"homepage" : "https://framagit.org/Chill-project/Chill-FamilyMembers",
|
"homepage": "https://framagit.org/Chill-project/Chill-FamilyMembers",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\AMLI\\FamilyMembersBundle\\": "" }
|
"psr-4": {
|
||||||
},
|
"Chill\\AMLI\\FamilyMembersBundle\\": ""
|
||||||
"autoload-dev": {
|
}
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -17,13 +16,8 @@
|
|||||||
"email": "info@champs-libres.coop"
|
"email": "info@champs-libres.coop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"extra": {
|
"extra": {
|
||||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
||||||
"symfony-app-dir": "Test/Fixtures/App/app/"
|
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"description": "The main bundle for the Chill App",
|
"description": "The main bundle for the Chill App",
|
||||||
"keywords" : ["chill", "social work", "software for social service"],
|
"keywords": ["chill", "social work", "software for social service"],
|
||||||
"homepage" : "http://chill.social",
|
"homepage": "http://chill.social",
|
||||||
"support": {
|
"support": {
|
||||||
"email": "dev@lists.chill.social",
|
"email": "dev@lists.chill.social",
|
||||||
"issues": "https://git.framasoft.org/Chill-project/Chill-Main/issues",
|
"issues": "https://git.framasoft.org/Chill-project/Chill-Main/issues",
|
||||||
@ -12,12 +12,16 @@
|
|||||||
"docs": "http://docs.chill.social"
|
"docs": "http://docs.chill.social"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\MainBundle\\": "" }
|
"psr-4": {
|
||||||
|
"Chill\\MainBundle\\": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
"classmap": [
|
||||||
|
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"authors" : [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Champs-Libres",
|
"name": "Champs-Libres",
|
||||||
"email": "info@champs-libres.coop",
|
"email": "info@champs-libres.coop",
|
||||||
@ -28,8 +32,6 @@
|
|||||||
"league/csv": "^9.6",
|
"league/csv": "^9.6",
|
||||||
"phpoffice/phpspreadsheet": "~1.2"
|
"phpoffice/phpspreadsheet": "~1.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||||
|
@ -1,29 +1,28 @@
|
|||||||
{
|
{
|
||||||
"name":
|
"name": "ivaynberg/select2",
|
||||||
"ivaynberg/select2",
|
"description": "Select2 is a jQuery based replacement for select boxes.",
|
||||||
"description": "Select2 is a jQuery based replacement for select boxes.",
|
"version": "3.5.2",
|
||||||
"version": "3.5.2",
|
"type": "component",
|
||||||
"type": "component",
|
"homepage": "http://ivaynberg.github.io/select2/",
|
||||||
"homepage": "http://ivaynberg.github.io/select2/",
|
"license": "Apache-2.0",
|
||||||
"license": "Apache-2.0",
|
"require": {
|
||||||
"require": {
|
"robloach/component-installer": "*",
|
||||||
"robloach/component-installer": "*",
|
"components/jquery": ">=1.7.1"
|
||||||
"components/jquery": ">=1.7.1"
|
},
|
||||||
},
|
"extra": {
|
||||||
"extra": {
|
"component": {
|
||||||
"component": {
|
"scripts": [
|
||||||
"scripts": [
|
"select2.js"
|
||||||
"select2.js"
|
],
|
||||||
],
|
"files": [
|
||||||
"files": [
|
"select2.js",
|
||||||
"select2.js",
|
"select2_locale_*.js",
|
||||||
"select2_locale_*.js",
|
"select2.css",
|
||||||
"select2.css",
|
"select2-bootstrap.css",
|
||||||
"select2-bootstrap.css",
|
"select2-spinner.gif",
|
||||||
"select2-spinner.gif",
|
"select2.png",
|
||||||
"select2.png",
|
"select2x2.png"
|
||||||
"select2x2.png"
|
]
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,29 +1,27 @@
|
|||||||
{
|
{
|
||||||
"name": "chill-project/person",
|
"name": "chill-project/person",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"description": "A bundle to deal with persons",
|
"description": "A bundle to deal with persons",
|
||||||
"keywords" : ["chill", "social work", "persons"],
|
"keywords": ["chill", "social work", "persons"],
|
||||||
"homepage" : "https://github.com/Chill-project/Person",
|
"homepage": "https://github.com/Chill-project/Person",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\PersonBundle\\": "" }
|
"psr-4": {
|
||||||
|
"Chill\\PersonBundle\\": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
"classmap": [
|
||||||
|
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"authors" : [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Champs-Libres",
|
"name": "Champs-Libres",
|
||||||
"email": "info@champs-libres.coop",
|
"email": "info@champs-libres.coop",
|
||||||
"homepage": "http://www.champs-libres.coop"
|
"homepage": "http://www.champs-libres.coop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
|
||||||
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||||
|
@ -2,26 +2,26 @@
|
|||||||
"name": "chill-project/report",
|
"name": "chill-project/report",
|
||||||
"description": "The bundle for reports",
|
"description": "The bundle for reports",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"keywords" : ["chill", "social work"],
|
"keywords": ["chill", "social work"],
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"homepage" : "https://github.com/Chill-project/Report",
|
"homepage": "https://github.com/Chill-project/Report",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\ReportBundle\\": "" }
|
"psr-4": {
|
||||||
|
"Chill\\ReportBundle\\": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
"classmap": [
|
||||||
|
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"authors" : [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Champs-Libres",
|
"name": "Champs-Libres",
|
||||||
"email": "info@champs-libres.coop",
|
"email": "info@champs-libres.coop",
|
||||||
"homepage": "http://www.champs-libres.coop"
|
"homepage": "http://www.champs-libres.coop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||||
|
@ -5,15 +5,9 @@
|
|||||||
"keywords": ["chill", "social work", "tasks"],
|
"keywords": ["chill", "social work", "tasks"],
|
||||||
"homepage": "https://framagit.org/Chill-project/Chill-Task",
|
"homepage": "https://framagit.org/Chill-project/Chill-Task",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\TaskBundle\\" : "" }
|
"psr-4": {
|
||||||
},
|
"Chill\\TaskBundle\\": ""
|
||||||
"autoload-dev": {
|
}
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -33,7 +27,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
||||||
"symfony-app-dir": "Resources/test/Fixtures/App/"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,25 +3,20 @@
|
|||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"description": "A bundle to manage Third Party contact categories",
|
"description": "A bundle to manage Third Party contact categories",
|
||||||
"keywords" : ["chill", "social work", "contacts"],
|
"keywords": ["chill", "social work", "contacts"],
|
||||||
"homepage" : "https://framagit.org/Chill-project/Chill-ThirdParty",
|
"homepage": "https://framagit.org/Chill-project/Chill-ThirdParty",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": { "Chill\\ThirdPartyBundle\\": "" }
|
"psr-4": {
|
||||||
|
"Chill\\ThirdPartyBundle\\": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"authors": [
|
||||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
|
||||||
},
|
|
||||||
"authors" : [
|
|
||||||
{
|
{
|
||||||
"name": "Champs-Libres",
|
"name": "Champs-Libres",
|
||||||
"email": "info@champs-libres.coop",
|
"email": "info@champs-libres.coop",
|
||||||
"homepage": "http://www.champs-libres.coop"
|
"homepage": "http://www.champs-libres.coop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||||
@ -33,7 +28,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
||||||
"symfony-app-dir": "Tests/Fixtures/App/"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user