Skip to content

Commit 0637612

Browse files
committed
Fixed package definition
1 parent 3d8a945 commit 0637612

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ project.name=PHP54Compatibility
22
project.channel=proofek.github.com/pear
33
project.majorVersion=0
44
project.minorVersion=1
5-
project.patchLevel=0
5+
project.patchLevel=1

package.xml

+18-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<date>2012-03-02</date>
1919
<time>10:16:00</time>
2020
<version>
21-
<release>0.1.0</release>
21+
<release>0.1.1</release>
2222
<api>0.1</api>
2323
</version>
2424
<stability>
@@ -37,12 +37,10 @@
3737
<dir name="PHP54Compatibility">
3838
<dir name="Sniffs">
3939
<dir name="PHP">
40-
<file baseinstalldir="" name="NonStaticMagicMethodsSniff.php" role="php"/>
41-
<file baseinstalldir="" name="DeprecatedNewReferenceSniff.php" role="php"/>
40+
<file baseinstalldir="" name="RemovedExtensionsSniff.php" role="php"/>
4241
<file baseinstalldir="" name="DeprecatedIniDirectivesSniff.php" role="php"/>
4342
<file baseinstalldir="" name="DeprecatedFunctionsSniff.php" role="php"/>
44-
<file baseinstalldir="" name="RemovedExtensionsSniff.php" role="php"/>
45-
<file baseinstalldir="" name="ForbiddenNamesSniff.php" role="php"/>
43+
<file baseinstalldir="" name="BreakContinueVarSyntaxSniff.php" role="php"/>
4644
</dir>
4745
</dir>
4846
<file baseinstalldir="" name="ruleset.xml" role="php" />
@@ -70,6 +68,21 @@
7068
</dependencies>
7169
<phprelease />
7270
<changelog>
71+
<release>
72+
<version>
73+
<release>0.1.1</release>
74+
<api>0.1.1</api>
75+
</version>
76+
<stability>
77+
<release>alpha</release>
78+
<api>alpha</api>
79+
</stability>
80+
<date>02/03/2012</date>
81+
<license>Sebastian Marek</license>
82+
<notes>
83+
Fixed broken 0.1.0 package containing wrong sniffs list.
84+
</notes>
85+
</release>
7386
<release>
7487
<version>
7588
<release>0.1.0</release>

0 commit comments

Comments
 (0)