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
@ -6,10 +6,14 @@
|
||||
"keywords": ["chill", "social work"],
|
||||
"homepage": "https://github.com/Chill-project/Activity",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\ActivityBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Chill\\ActivityBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
"classmap": [
|
||||
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -17,10 +21,6 @@
|
||||
"email": "info@champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||
|
@ -6,10 +6,9 @@
|
||||
"keywords": ["chill", "social work"],
|
||||
"homepage": "https://framagit.org/Chill-project/BudgetBundle",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\AMLI\\BudgetBundle\\": "" }
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
"psr-4": {
|
||||
"Chill\\AMLI\\BudgetBundle\\": ""
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -17,13 +16,8 @@
|
||||
"email": "info@champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"extra": {
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
||||
"symfony-app-dir": "Test/Fixtures/App/app/"
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
|
@ -6,10 +6,14 @@
|
||||
"keywords": ["chill", "social work"],
|
||||
"homepage": "https://github.com/Chill-project/CustomFields",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\CustomFieldsBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Chill\\CustomFieldsBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
"classmap": [
|
||||
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -18,10 +22,6 @@
|
||||
"homepage": "http://www.champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"scripts": {
|
||||
|
@ -3,9 +3,9 @@
|
||||
"description": "A Chill bundle to store documents",
|
||||
"type": "symfony-bundle",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\DocStoreBundle\\" : "" }
|
||||
},
|
||||
"require": {
|
||||
"psr-4": {
|
||||
"Chill\\DocStoreBundle\\": ""
|
||||
}
|
||||
},
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
@ -6,7 +6,9 @@
|
||||
"keywords": ["chill", "social work"],
|
||||
"homepage": "https://git.framasoft.org/Chill-project/Chill-Group",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\EventBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Chill\\EventBundle\\": ""
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://git.framasoft.org/Chill-project/Chill-Event/issues",
|
||||
@ -20,10 +22,6 @@
|
||||
"email": "info@champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"suggest": {
|
||||
"chill-project/group": "dev-master@dev"
|
||||
},
|
||||
|
@ -6,10 +6,9 @@
|
||||
"keywords": ["chill", "social work"],
|
||||
"homepage": "https://framagit.org/Chill-project/Chill-FamilyMembers",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\AMLI\\FamilyMembersBundle\\": "" }
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
"psr-4": {
|
||||
"Chill\\AMLI\\FamilyMembersBundle\\": ""
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -17,13 +16,8 @@
|
||||
"email": "info@champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"extra": {
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
||||
"symfony-app-dir": "Test/Fixtures/App/app/"
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
|
@ -12,10 +12,14 @@
|
||||
"docs": "http://docs.chill.social"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\MainBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Chill\\MainBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
"classmap": [
|
||||
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -28,8 +32,6 @@
|
||||
"league/csv": "^9.6",
|
||||
"phpoffice/phpspreadsheet": "~1.2"
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"name":
|
||||
"ivaynberg/select2",
|
||||
"name": "ivaynberg/select2",
|
||||
"description": "Select2 is a jQuery based replacement for select boxes.",
|
||||
"version": "3.5.2",
|
||||
"type": "component",
|
||||
|
@ -6,10 +6,14 @@
|
||||
"keywords": ["chill", "social work", "persons"],
|
||||
"homepage": "https://github.com/Chill-project/Person",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\PersonBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Chill\\PersonBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
"classmap": [
|
||||
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -18,12 +22,6 @@
|
||||
"homepage": "http://www.champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||
|
@ -6,10 +6,14 @@
|
||||
"license": "AGPL-3.0",
|
||||
"homepage": "https://github.com/Chill-project/Report",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\ReportBundle\\": "" }
|
||||
"psr-4": {
|
||||
"Chill\\ReportBundle\\": ""
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
"classmap": [
|
||||
"Resources/test/Fixtures/App/app/AppKernel.php"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -18,10 +22,6 @@
|
||||
"homepage": "http://www.champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||
|
@ -5,15 +5,9 @@
|
||||
"keywords": ["chill", "social work", "tasks"],
|
||||
"homepage": "https://framagit.org/Chill-project/Chill-Task",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\TaskBundle\\" : "" }
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
},
|
||||
"require": {
|
||||
|
||||
},
|
||||
"require-dev": {
|
||||
"psr-4": {
|
||||
"Chill\\TaskBundle\\": ""
|
||||
}
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"authors": [
|
||||
@ -33,7 +27,6 @@
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
||||
"symfony-app-dir": "Resources/test/Fixtures/App/"
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
||||
}
|
||||
}
|
||||
|
@ -6,10 +6,9 @@
|
||||
"keywords": ["chill", "social work", "contacts"],
|
||||
"homepage": "https://framagit.org/Chill-project/Chill-ThirdParty",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\ThirdPartyBundle\\": "" }
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
"psr-4": {
|
||||
"Chill\\ThirdPartyBundle\\": ""
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -18,10 +17,6 @@
|
||||
"homepage": "http://www.champs-libres.coop"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||
@ -33,7 +28,6 @@
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
||||
"symfony-app-dir": "Tests/Fixtures/App/"
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user