Skip to content

Commit 8886d04

Browse files
committed
prep for 1.0.7
1 parent 8d7f765 commit 8886d04

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

package.xml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<email>[email protected]</email>
2323
<active>no</active>
2424
</developer>
25-
<date>2024-01-15</date>
25+
<date>2024-12-08</date>
2626
<version>
27-
<release>1.0.6</release>
27+
<release>1.0.7</release>
2828
<api>1.0.3</api>
2929
</version>
3030
<stability>
@@ -33,8 +33,7 @@
3333
</stability>
3434
<license uri="http://www.php.net/license">PHP License</license>
3535
<notes>
36-
QA Release
37-
Add to Packagist
36+
PR #4: Port to PHP 8
3837
</notes>
3938
<contents>
4039
<dir baseinstalldir="/" name="/">
@@ -46,10 +45,10 @@ Add to Packagist
4645
<dependencies>
4746
<required>
4847
<php>
49-
<min>4.0.0</min>
48+
<min>5.6.0</min>
5049
</php>
5150
<pearinstaller>
52-
<min>1.4.0b1</min>
51+
<min>1.10.14</min>
5352
</pearinstaller>
5453
<extension>
5554
<name>gd</name>
@@ -210,5 +209,20 @@ QA Release
210209
Add to Packagist
211210
</notes>
212211
</release>
212+
<release>
213+
<version>
214+
<release>1.0.7</release>
215+
<api>1.0.3</api>
216+
</version>
217+
<stability>
218+
<release>stable</release>
219+
<api>stable</api>
220+
</stability>
221+
<date>2024-12-08</date>
222+
<license uri="http://www.php.net/license">PHP License</license>
223+
<notes>
224+
PR #4: Port to PHP 8
225+
</notes>
226+
</release>
213227
</changelog>
214228
</package>

0 commit comments

Comments
 (0)