From 218ff14a9bd8be05340b95d7140410877f179c1d Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 11 Mar 2016 10:22:29 +0100 Subject: [PATCH] [ci] remove token for composer now that rate limiting is off --- .composer/auth.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .composer/auth.json diff --git a/.composer/auth.json b/.composer/auth.json deleted file mode 100644 index bf40540cc6..0000000000 --- a/.composer/auth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "github-oauth": { - "github.com": "PLEASE DO NOT USE THIS TOKEN IN YOUR OWN PROJECTS/FORKS", - "github.com": "This token is reserved for testing the symfony/symfony repository", - "github.com": "52270bad1071a099c8d24629f2db2b7f07db960d" - } -}