소스 검색

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]
Daniele Alessandri 11 년 전
부모
커밋
4576dc029f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      package.ini

+ 2 - 0
package.ini

@@ -21,7 +21,9 @@ php = ">= 5.3.2"
 pearinstaller = "1.4.1"
 
 [roles]
+*.xml.dist = test
 *.md = doc
+LICENSE = doc
 lib = php
 
 [optional phpiredis]