Add LICENSE and phpunit.xml.dist in package.ini for Pear.

This commit addresses issues #124 and #126. LICENSE will be installed
with the "doc" role while phpunit.xml.dist will be installed with the
"test" role.

[ci skip]
This commit is contained in:
Daniele Alessandri
2013-06-05 13:04:41 +02:00
parent aa458a1922
commit 4576dc029f
+2
View File
@@ -21,7 +21,9 @@ php = ">= 5.3.2"
pearinstaller = "1.4.1"
[roles]
*.xml.dist = test
*.md = doc
LICENSE = doc
lib = php
[optional phpiredis]