mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			v2.6.1
			...
			use-sympli
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 1a22c919a6 | ||
|  | 68755989b5 | ||
|  | 0f5ee5bc86 | 
							
								
								
									
										169
									
								
								composer.json
									
									
									
									
									
								
							
							
						
						
									
										169
									
								
								composer.json
									
									
									
									
									
								
							| @@ -1,89 +1,110 @@ | ||||
| { | ||||
|     "name": "chill-project/chill-bundles", | ||||
|     "license": "AGPL-3.0-only", | ||||
|     "type": "library", | ||||
|     "description": "Most used bundles for chill-project", | ||||
|     "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": { | ||||
|         "psr-4": { | ||||
|             "Chill\\ActivityBundle\\": "src/Bundle/ChillActivityBundle", | ||||
|             "Chill\\BudgetBundle\\": "src/Bundle/ChillBudgetBundle", | ||||
|             "Chill\\CustomFieldsBundle\\": "src/Bundle/ChillCustomFieldsBundle", | ||||
|             "Chill\\DocStoreBundle\\": "src/Bundle/ChillDocStoreBundle", | ||||
|             "Chill\\EventBundle\\": "src/Bundle/ChillEventBundle", | ||||
|             "Chill\\FamilyMemberBundle\\": "src/Bundle/ChillFamilyMemberBundle", | ||||
|             "Chill\\MainBundle\\": "src/Bundle/ChillMainBundle", | ||||
|             "Chill\\PersonBundle\\": "src/Bundle/ChillPersonBundle", | ||||
|             "Chill\\ReportBundle\\": "src/Bundle/ChillReportBundle", | ||||
|             "Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle", | ||||
|             "Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle" | ||||
|             "Chill\\AMLI\\BudgetBundle\\": "src/Bundle/ChillBudgetBundle/", | ||||
|             "Chill\\AMLI\\FamilyMembersBundle\\": "src/Bundle/ChillFamilyMembersBundle/", | ||||
|             "Chill\\ActivityBundle\\": "src/Bundle/ChillActivityBundle/", | ||||
|             "Chill\\CustomFieldsBundle\\": "src/Bundle/ChillCustomFieldsBundle/", | ||||
|             "Chill\\DocStoreBundle\\": "src/Bundle/ChillDocStoreBundle/", | ||||
|             "Chill\\EventBundle\\": "src/Bundle/ChillEventBundle/", | ||||
|             "Chill\\MainBundle\\": "src/Bundle/ChillMainBundle/", | ||||
|             "Chill\\PersonBundle\\": "src/Bundle/ChillPersonBundle/", | ||||
|             "Chill\\ReportBundle\\": "src/Bundle/ChillReportBundle/", | ||||
|             "Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle/", | ||||
|             "Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle/" | ||||
|         } | ||||
|     }, | ||||
|     "autoload-dev": { | ||||
|         "psr-4": { | ||||
|           "App\\": "tests/app/src/" | ||||
|         } | ||||
|         "classmap": [ | ||||
|             "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": { | ||||
|         "champs-libres/async-uploader-bundle": "dev-sf4", | ||||
|         "graylog2/gelf-php": "^1.5", | ||||
|         "symfony/form": "4.*", | ||||
|         "symfony/twig-bundle": "^4.4", | ||||
|         "twig/extra-bundle": "^2.12|^3.0", | ||||
|         "twig/twig": "^2.12|^3.0", | ||||
|         "composer/package-versions-deprecated": "^1.10", | ||||
|         "doctrine/doctrine-bundle": "^2.1", | ||||
|         "doctrine/doctrine-migrations-bundle": "^3.0", | ||||
|         "doctrine/orm": "^2.7", | ||||
|         "symfony/asset": "4.*", | ||||
|         "symfony/monolog-bundle": "^3.5", | ||||
|         "symfony/security-bundle": "4.*", | ||||
|         "symfony/translation": "4.*", | ||||
|         "symfony/validator": "4.*", | ||||
|         "sensio/framework-extra-bundle": "^5.5", | ||||
|         "symfony/yaml": "4.*", | ||||
|         "symfony/webpack-encore-bundle": "^1.11", | ||||
|         "knplabs/knp-menu": "^3.1", | ||||
|         "knplabs/knp-menu-bundle": "^3.0", | ||||
|         "symfony/templating": "4.*", | ||||
|         "twig/intl-extra": "^3.0", | ||||
|         "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" | ||||
|     "extra": { | ||||
|         "component": { | ||||
|             "scripts": [ | ||||
|                 "select2.js" | ||||
|             ], | ||||
|             "files": [ | ||||
|                 "select2.js", | ||||
|                 "select2_locale_*.js", | ||||
|                 "select2.css", | ||||
|                 "select2-bootstrap.css", | ||||
|                 "select2-spinner.gif", | ||||
|                 "select2.png", | ||||
|                 "select2x2.png" | ||||
|             ] | ||||
|         }, | ||||
|         "app-migrations-dir": [ | ||||
|             "Resources/test/Fixtures/App/app/DoctrineMigrations", | ||||
|             "Resources/test/Fixtures/App/DoctrineMigrations" | ||||
|         ], | ||||
|         "symfony-app-dir": [ | ||||
|             "Tests/Fixtures/App/app", | ||||
|             "Tests/Fixtures/App/", | ||||
|             "Test/Fixtures/App/app/" | ||||
|         ] | ||||
|     }, | ||||
|     "scripts": { | ||||
|         "auto-scripts": { | ||||
|             "cache:clear": "symfony-cmd", | ||||
|             "assets:install %PUBLIC_DIR%": "symfony-cmd" | ||||
|         } | ||||
|         "merge": "vendor/bin/monorepo-builder merge --ansi", | ||||
|         "propagate": "vendor/bin/monorepo-builder propagate --ansi", | ||||
|         "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": { | ||||
|       "vendor-dir": "tests/app/vendor", | ||||
|       "bin-dir": "bin" | ||||
|     } | ||||
|     "replace": { | ||||
|         "chill-project/activity": "self.version", | ||||
|         "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 | ||||
| } | ||||
|   | ||||
							
								
								
									
										45
									
								
								monorepo-builder.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								monorepo-builder.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,45 @@ | ||||
| <?php | ||||
|  | ||||
| declare(strict_types=1); | ||||
|  | ||||
| use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; | ||||
| use Symplify\ComposerJsonManipulator\ValueObject\ComposerJsonSection; | ||||
| use Symplify\MonorepoBuilder\Release\ReleaseWorker\PushNextDevReleaseWorker; | ||||
| use Symplify\MonorepoBuilder\Release\ReleaseWorker\PushTagReleaseWorker; | ||||
| use Symplify\MonorepoBuilder\Release\ReleaseWorker\SetCurrentMutualDependenciesReleaseWorker; | ||||
| use Symplify\MonorepoBuilder\Release\ReleaseWorker\SetNextMutualDependenciesReleaseWorker; | ||||
| use Symplify\MonorepoBuilder\Release\ReleaseWorker\TagVersionReleaseWorker; | ||||
| use Symplify\MonorepoBuilder\Release\ReleaseWorker\UpdateBranchAliasReleaseWorker; | ||||
| use Symplify\MonorepoBuilder\Release\ReleaseWorker\UpdateReplaceReleaseWorker; | ||||
| use Symplify\MonorepoBuilder\ValueObject\Option; | ||||
|  | ||||
| return static function (ContainerConfigurator $containerConfigurator): void { | ||||
|     $parameters = $containerConfigurator->parameters(); | ||||
|  | ||||
|     // where are the packages located? | ||||
|     $parameters->set(Option::PACKAGE_DIRECTORIES, [ | ||||
|         // default value | ||||
|         __DIR__ . '/src/Bundle', | ||||
|     ]); | ||||
|  | ||||
|     // for "merge" command | ||||
|     $parameters->set( | ||||
|         Option::DATA_TO_APPEND, | ||||
|         [ | ||||
|             ComposerJsonSection::REQUIRE_DEV => [ | ||||
|                 'phpunit/phpunit' => '^9.5', | ||||
|             ], | ||||
|         ] | ||||
|     ); | ||||
|  | ||||
|     $services = $containerConfigurator->services(); | ||||
|  | ||||
|     # release workers - in order to execute | ||||
|     $services->set(UpdateReplaceReleaseWorker::class); | ||||
|     $services->set(SetCurrentMutualDependenciesReleaseWorker::class); | ||||
|     $services->set(TagVersionReleaseWorker::class); | ||||
|     $services->set(PushTagReleaseWorker::class); | ||||
|     $services->set(SetNextMutualDependenciesReleaseWorker::class); | ||||
|     $services->set(UpdateBranchAliasReleaseWorker::class); | ||||
|     $services->set(PushNextDevReleaseWorker::class); | ||||
| }; | ||||
| @@ -3,13 +3,17 @@ | ||||
|     "description": "This bundle extend chill for recording the different activities of the user", | ||||
|     "type": "symfony-bundle", | ||||
|     "license": "AGPL-3.0", | ||||
|     "keywords" : ["chill", "social work"], | ||||
|     "homepage" : "https://github.com/Chill-project/Activity", | ||||
|     "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", | ||||
|   | ||||
| @@ -3,13 +3,12 @@ | ||||
|     "description": "This bundle extend chill for recording element of a budget for peoples", | ||||
|     "type": "symfony-bundle", | ||||
|     "license": "AGPL-3.0", | ||||
|     "keywords" : ["chill", "social work"], | ||||
|     "homepage" : "https://framagit.org/Chill-project/BudgetBundle", | ||||
|     "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 | ||||
|   | ||||
| @@ -3,25 +3,25 @@ | ||||
|     "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", | ||||
|     "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" : [ | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "Champs-Libres", | ||||
|             "email": "info@champs-libres.coop", | ||||
|             "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" | ||||
| } | ||||
|   | ||||
| @@ -3,16 +3,18 @@ | ||||
|     "description": "This bundle extend chill software. This bundle allow to define event and participation to those events.", | ||||
|     "type": "symfony-bundle", | ||||
|     "license": "AGPL-3.0-only", | ||||
|     "keywords" : ["chill", "social work"], | ||||
|     "homepage" : "https://git.framasoft.org/Chill-project/Chill-Group", | ||||
|     "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", | ||||
|         "source": "https://git.framasoft.org/Chill-project/Chill-Event", | ||||
|         "docs" :  "http://docs.chill.social", | ||||
|         "email":  "dev@listes.chill.social" | ||||
|         "docs": "http://docs.chill.social", | ||||
|         "email": "dev@listes.chill.social" | ||||
|     }, | ||||
|     "authors": [ | ||||
|         { | ||||
| @@ -20,11 +22,7 @@ | ||||
|             "email": "info@champs-libres.coop" | ||||
|         } | ||||
|     ], | ||||
|     "require": { | ||||
|     }, | ||||
|     "require-dev": { | ||||
|     }, | ||||
|     "suggest" : { | ||||
|     "suggest": { | ||||
|         "chill-project/group": "dev-master@dev" | ||||
|     }, | ||||
|     "scripts": { | ||||
|   | ||||
| @@ -3,13 +3,12 @@ | ||||
|     "description": "This bundle extend chill for recording family members into a file", | ||||
|     "type": "symfony-bundle", | ||||
|     "license": "AGPL-3.0-or-later", | ||||
|     "keywords" : ["chill", "social work"], | ||||
|     "homepage" : "https://framagit.org/Chill-project/Chill-FamilyMembers", | ||||
|     "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 | ||||
|   | ||||
| @@ -3,8 +3,8 @@ | ||||
|     "license": "AGPL-3.0", | ||||
|     "type": "symfony-bundle", | ||||
|     "description": "The main bundle for the Chill App", | ||||
|     "keywords" : ["chill", "social work", "software for social service"], | ||||
|     "homepage" : "http://chill.social", | ||||
|     "keywords": ["chill", "social work", "software for social service"], | ||||
|     "homepage": "http://chill.social", | ||||
|     "support": { | ||||
|         "email": "dev@lists.chill.social", | ||||
|         "issues": "https://git.framasoft.org/Chill-project/Chill-Main/issues", | ||||
| @@ -12,12 +12,16 @@ | ||||
|         "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" : [ | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "Champs-Libres", | ||||
|             "email": "info@champs-libres.coop", | ||||
| @@ -28,8 +32,6 @@ | ||||
|         "league/csv": "^9.6", | ||||
|         "phpoffice/phpspreadsheet": "~1.2" | ||||
|     }, | ||||
|     "require-dev": { | ||||
|     }, | ||||
|     "scripts": { | ||||
|         "post-install-cmd": [ | ||||
|             "ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations", | ||||
|   | ||||
| @@ -1,29 +1,28 @@ | ||||
| { | ||||
|   "name": | ||||
|   "ivaynberg/select2", | ||||
|   "description": "Select2 is a jQuery based replacement for select boxes.", | ||||
|   "version": "3.5.2", | ||||
|   "type": "component", | ||||
|   "homepage": "http://ivaynberg.github.io/select2/", | ||||
|   "license": "Apache-2.0", | ||||
|   "require": { | ||||
|     "robloach/component-installer": "*", | ||||
|     "components/jquery": ">=1.7.1" | ||||
|   }, | ||||
|   "extra": { | ||||
|     "component": { | ||||
|       "scripts": [ | ||||
|         "select2.js" | ||||
|       ], | ||||
|       "files": [ | ||||
|         "select2.js", | ||||
|         "select2_locale_*.js", | ||||
|         "select2.css", | ||||
|         "select2-bootstrap.css", | ||||
|         "select2-spinner.gif", | ||||
|         "select2.png", | ||||
|         "select2x2.png" | ||||
|       ] | ||||
|     "name": "ivaynberg/select2", | ||||
|     "description": "Select2 is a jQuery based replacement for select boxes.", | ||||
|     "version": "3.5.2", | ||||
|     "type": "component", | ||||
|     "homepage": "http://ivaynberg.github.io/select2/", | ||||
|     "license": "Apache-2.0", | ||||
|     "require": { | ||||
|         "robloach/component-installer": "*", | ||||
|         "components/jquery": ">=1.7.1" | ||||
|     }, | ||||
|     "extra": { | ||||
|         "component": { | ||||
|             "scripts": [ | ||||
|                 "select2.js" | ||||
|             ], | ||||
|             "files": [ | ||||
|                 "select2.js", | ||||
|                 "select2_locale_*.js", | ||||
|                 "select2.css", | ||||
|                 "select2-bootstrap.css", | ||||
|                 "select2-spinner.gif", | ||||
|                 "select2.png", | ||||
|                 "select2x2.png" | ||||
|             ] | ||||
|         } | ||||
|     } | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -1,29 +1,27 @@ | ||||
| {  | ||||
| { | ||||
|     "name": "chill-project/person", | ||||
|     "license": "AGPL-3.0", | ||||
|     "type": "symfony-bundle", | ||||
|     "description": "A bundle to deal with persons", | ||||
|     "keywords" : ["chill", "social work", "persons"], | ||||
|     "homepage" : "https://github.com/Chill-project/Person", | ||||
|     "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" : [ | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "Champs-Libres", | ||||
|             "email": "info@champs-libres.coop", | ||||
|             "homepage": "http://www.champs-libres.coop" | ||||
|         } | ||||
|     ], | ||||
|     "require": { | ||||
|  | ||||
|     }, | ||||
|     "require-dev": { | ||||
|  | ||||
|     }, | ||||
|     "scripts": { | ||||
|         "post-install-cmd": [ | ||||
|             "ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations", | ||||
|   | ||||
| @@ -2,26 +2,26 @@ | ||||
|     "name": "chill-project/report", | ||||
|     "description": "The bundle for reports", | ||||
|     "type": "symfony-bundle", | ||||
|     "keywords" : ["chill", "social work"], | ||||
|     "keywords": ["chill", "social work"], | ||||
|     "license": "AGPL-3.0", | ||||
|     "homepage" : "https://github.com/Chill-project/Report", | ||||
|     "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" : [ | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "Champs-Libres", | ||||
|             "email": "info@champs-libres.coop", | ||||
|             "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" | ||||
|     } | ||||
| } | ||||
|   | ||||
| @@ -3,25 +3,20 @@ | ||||
|     "license": "AGPL-3.0", | ||||
|     "type": "symfony-bundle", | ||||
|     "description": "A bundle to manage Third Party contact categories", | ||||
|     "keywords" : ["chill", "social work", "contacts"], | ||||
|     "homepage" : "https://framagit.org/Chill-project/Chill-ThirdParty", | ||||
|     "keywords": ["chill", "social work", "contacts"], | ||||
|     "homepage": "https://framagit.org/Chill-project/Chill-ThirdParty", | ||||
|     "autoload": { | ||||
|         "psr-4": { "Chill\\ThirdPartyBundle\\": "" } | ||||
|         "psr-4": { | ||||
|             "Chill\\ThirdPartyBundle\\": "" | ||||
|         } | ||||
|     }, | ||||
|     "autoload-dev": { | ||||
|         "classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ] | ||||
|     }, | ||||
|     "authors" : [ | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "Champs-Libres", | ||||
|             "email": "info@champs-libres.coop", | ||||
|             "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" | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user