From 074f554a7f7b7817f0fe75c49ca51094253ca4b2 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Fri, 23 Feb 2018 18:16:24 +0100 Subject: [PATCH] Don't exclude composer.json from git export It's needed for some CI tools. See also: https://github.com/maglnet/ComposerRequireChecker/issues/55 --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 76ae46f..26049dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ .gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore -composer.json export-ignore makefile export-ignore README.md export-ignore tests/ export-ignore