Skip to content

Commit

Permalink
Prepare the 1.14.0 release (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored Jan 9, 2024
1 parent 187d3fb commit 72c63e0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,21 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2021-05-04</date>
<date>2024-01-09</date>
<time>00:00:00</time>
<version>
<release>1.13.3</release>
<api>1.0.0</api>
<release>1.14.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
Support versions 1.0.1 and 1.0.2 of pear/pear_exception.
- Dropped support for PHP 5.6. PHP 7.4+ is now required
- Added visibility and (strict) type declarations
- Moved to date()-style time formatting (strftime() is deprecated)
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -88,8 +90,8 @@ Support versions 1.0.1 and 1.0.2 of pear/pear_exception.
<file name="console.phpt" role="test" />
<file name="display.phpt" role="test" />
<file name="error_log.phpt" role="test" />
<file name="extract-zend2.0.phpt" role="test" />
<file name="extract-zend2.2.phpt" role="test" />
<file name="extract-zend4.2.phpt" role="test" />
<file name="factory.phpt" role="test" />
<file name="file.phpt" role="test" />
<file name="firebug.phpt" role="test" />
Expand Down

0 comments on commit 72c63e0

Please sign in to comment.