diff --git a/phpunit/phpunit/4.7/manifest.json b/phpunit/phpunit/4.7/manifest.json
index 0ffda402..bfef46ff 100644
--- a/phpunit/phpunit/4.7/manifest.json
+++ b/phpunit/phpunit/4.7/manifest.json
@@ -2,5 +2,7 @@
"copy-from-recipe": {
"phpunit.xml.dist": "phpunit.xml.dist"
},
- "aliases": ["phpunit"]
+ "gitignore": [
+ "/phpunit.xml"
+ ]
}
diff --git a/phpunit/phpunit/4.7/phpunit.xml.dist b/phpunit/phpunit/4.7/phpunit.xml.dist
index 488cd2c4..fa968955 100644
--- a/phpunit/phpunit/4.7/phpunit.xml.dist
+++ b/phpunit/phpunit/4.7/phpunit.xml.dist
@@ -21,4 +21,8 @@
tests/
+
+
+
+
diff --git a/phpunit/phpunit/4.7/post-install.txt b/phpunit/phpunit/4.7/post-install.txt
new file mode 100644
index 00000000..751fe2a8
--- /dev/null
+++ b/phpunit/phpunit/4.7/post-install.txt
@@ -0,0 +1,2 @@
+Adding phpunit/phpunit> as a dependency is discouraged>.
+You should require simple-phpunit> instead.
diff --git a/symfony/phpunit-bridge/3.3/bin/phpunit b/symfony/phpunit-bridge/3.3/bin/phpunit
new file mode 100755
index 00000000..5b0e422a
--- /dev/null
+++ b/symfony/phpunit-bridge/3.3/bin/phpunit
@@ -0,0 +1,18 @@
+#!/usr/bin/env php
+tests/
+
+
+
+
diff --git a/symfony/phpunit-bridge/3.3/post-install.txt b/symfony/phpunit-bridge/3.3/post-install.txt
new file mode 100644
index 00000000..25e7f4fe
--- /dev/null
+++ b/symfony/phpunit-bridge/3.3/post-install.txt
@@ -0,0 +1 @@
+Run php bin/phpunit> to launch your test suite.