chore: Merge composer.json files.

This commit is contained in:
Pol Dellaiera 2021-04-27 08:03:12 +02:00
parent 68755989b5
commit 1a22c919a6
12 changed files with 104 additions and 132 deletions

View File

@ -6,10 +6,14 @@
"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",

View File

@ -6,10 +6,9 @@
"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

View File

@ -6,10 +6,14 @@
"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": [
{ {
@ -18,10 +22,6 @@
"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": {

View File

@ -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"
} }

View File

@ -6,7 +6,9 @@
"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",
@ -20,10 +22,6 @@
"email": "info@champs-libres.coop" "email": "info@champs-libres.coop"
} }
], ],
"require": {
},
"require-dev": {
},
"suggest": { "suggest": {
"chill-project/group": "dev-master@dev" "chill-project/group": "dev-master@dev"
}, },

View File

@ -6,10 +6,9 @@
"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

View File

@ -12,10 +12,14 @@
"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": [
{ {
@ -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",

View File

@ -1,6 +1,5 @@
{ {
"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",

View File

@ -6,10 +6,14 @@
"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": [
{ {
@ -18,12 +22,6 @@
"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",

View File

@ -6,10 +6,14 @@
"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": [
{ {
@ -18,10 +22,6 @@
"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",

View File

@ -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/"
} }
} }

View File

@ -6,10 +6,9 @@
"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": { }
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
}, },
"authors": [ "authors": [
{ {
@ -18,10 +17,6 @@
"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/"
} }
} }