Skip to content

Commit 72c63e0

Browse files
authored
Prepare the 1.14.0 release (#29)
1 parent 187d3fb commit 72c63e0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,21 @@
2525
<email>jan@horde.org</email>
2626
<active>yes</active>
2727
</lead>
28-
<date>2021-05-04</date>
28+
<date>2024-01-09</date>
2929
<time>00:00:00</time>
3030
<version>
31-
<release>1.13.3</release>
32-
<api>1.0.0</api>
31+
<release>1.14.0</release>
32+
<api>2.0.0</api>
3333
</version>
3434
<stability>
3535
<release>stable</release>
3636
<api>stable</api>
3737
</stability>
3838
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
3939
<notes>
40-
Support versions 1.0.1 and 1.0.2 of pear/pear_exception.
40+
- Dropped support for PHP 5.6. PHP 7.4+ is now required
41+
- Added visibility and (strict) type declarations
42+
- Moved to date()-style time formatting (strftime() is deprecated)
4143
</notes>
4244
<contents>
4345
<dir baseinstalldir="/" name="/">
@@ -88,8 +90,8 @@ Support versions 1.0.1 and 1.0.2 of pear/pear_exception.
8890
<file name="console.phpt" role="test" />
8991
<file name="display.phpt" role="test" />
9092
<file name="error_log.phpt" role="test" />
91-
<file name="extract-zend2.0.phpt" role="test" />
9293
<file name="extract-zend2.2.phpt" role="test" />
94+
<file name="extract-zend4.2.phpt" role="test" />
9395
<file name="factory.phpt" role="test" />
9496
<file name="file.phpt" role="test" />
9597
<file name="firebug.phpt" role="test" />

0 commit comments

Comments
 (0)