From 98554475bee3d6fee17f24ef6c882f27b647668f Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sun, 26 Oct 2014 20:58:21 -0700 Subject: [PATCH] [ticket/12962] Clean up composer.json PHPBB3-12962 --- tests/composer.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/tests/composer.json b/tests/composer.json index d92c8eec0e..69512f30a6 100644 --- a/tests/composer.json +++ b/tests/composer.json @@ -1,23 +1,4 @@ { - "name": "phpbb/phpbb", - "description": "phpBB Forum Software application", - "type": "project", - "keywords": ["phpbb", "forum"], - "homepage": "https://www.phpbb.com", - "license": "GPL-2.0", - "authors": [ - { - "name": "phpBB Limited", - "email": "operations@phpbb.com", - "homepage": "https://www.phpbb.com/go/authors" - } - ], - "support": { - "issues": "https://tracker.phpbb.com", - "forum": "https://www.phpbb.com/community/", - "wiki": "https://wiki.phpbb.com", - "irc": "irc://irc.freenode.org/phpbb" - }, "require-dev": { "facebook/webdriver": "dev-master" }