Skip to content

Commit 5ef79f9

Browse files
Add 'xz' to valid compress values
As reported in issue #226 the 'xz' compressor was missing.
1 parent 58778d2 commit 5ef79f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpbu.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<xs:enumeration value="gzip"/>
7474
<xs:enumeration value="zip"/>
7575
<xs:enumeration value="7zip"/>
76+
<xs:enumeration value="xz"/>
7677
</xs:restriction>
7778
</xs:simpleType>
7879
</xs:attribute>

0 commit comments

Comments
 (0)