aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-30 21:24:46 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-30 21:24:46 -0500
commitff4756f87abac6fb9f15da16d35d9a211c533c75 (patch)
treee747ad7b205186d70897e827aeb41a68065c2b29 /tests/extension
parente905a46b8c466ed2c6b02f2baacb74c67ddc0f12 (diff)
downloadforums-ff4756f87abac6fb9f15da16d35d9a211c533c75.tar
forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.tar.gz
forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.tar.bz2
forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.tar.xz
forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.zip
[ticket/11840] Use generic information in the test extension
Not sure why I had my name/info in these files... PHPBB3-11840
Diffstat (limited to 'tests/extension')
-rw-r--r--tests/extension/ext/foo/composer.json4
-rw-r--r--tests/extension/ext/vendor/moo/composer.json6
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/extension/ext/foo/composer.json b/tests/extension/ext/foo/composer.json
index 828ae4ab79..5367eaf593 100644
--- a/tests/extension/ext/foo/composer.json
+++ b/tests/extension/ext/foo/composer.json
@@ -6,9 +6,9 @@
"time": "2012-02-15 01:01:01",
"licence": "GPL-2.0",
"authors": [{
- "name": "Nathan Guse",
+ "name": "John Smith",
"email": "email@phpbb.com",
- "homepage": "http://lithiumstudios.org",
+ "homepage": "http://phpbb.com",
"role": "N/A"
}],
"require": {
diff --git a/tests/extension/ext/vendor/moo/composer.json b/tests/extension/ext/vendor/moo/composer.json
index c91a5e027b..0d50dcce99 100644
--- a/tests/extension/ext/vendor/moo/composer.json
+++ b/tests/extension/ext/vendor/moo/composer.json
@@ -6,10 +6,10 @@
"time": "2012-02-15 01:01:01",
"licence": "GNU GPL v2",
"authors": [{
- "name": "Nathan Guse",
- "username": "EXreaction",
+ "name": "John Smith",
+ "username": "JohnSmith27",
"email": "email@phpbb.com",
- "homepage": "http://lithiumstudios.org",
+ "homepage": "http://phpbb.com",
"role": "N/A"
}],
"require": {