X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=92f796929664948572e3cada0e8a4f3c66564840;hb=6e902643f72c1e215dbdd04e15e99148c2f9706e;hp=c56dd0c5e7953bb5f1926b5f57b17559685f7d4c;hpb=ca4cfe7a69ea53a41bc043d57c803fb94a1c3630;p=civicrm-core.git diff --git a/composer.json b/composer.json index c56dd0c5e7..92f7969296 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "Civi\\": ["tests/phpunit/"] }, "psr-4": { - "Civi\\": [".", "setup/src/"] + "Civi\\": [".", "Civi/", "setup/src/"] } }, "include-path": ["vendor/tecnickcom"], @@ -239,6 +239,9 @@ } }, "patches": { + "adrienrn/php-mimetyper": { + "Update gitignore to ensure that sites that manage via git don't miss out on the important db.json file": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/15.patch" + }, "cache/integration-tests": { "Allow adding tests": "https://github.com/php-cache/integration-tests/commit/05f97174c09364dc10c084a38ba0cfd5124f4cec.patch", "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch",