Skip to content

Commit

Permalink
update package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Feb 25, 2016
1 parent ad83a76 commit bdd4734
Showing 1 changed file with 37 additions and 5 deletions.
42 changes: 37 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ loaded. Bz2 compression is also supported with the bz2 extension loaded.</descri
<email>[email protected]</email>
<active>no</active>
</helper>
<date>2015-07-20</date>
<date>2016-02-25</date>
<time>09:00:00</time>
<version>
<release>1.4.0</release>
<release>1.4.2</release>
<api>1.4.0</api>
</version>
<stability>
Expand All @@ -43,9 +43,9 @@ loaded. Bz2 compression is also supported with the bz2 extension loaded.</descri
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Add support for PHP 7
* Drop support for PHP 4
* Add visibility declarations to methods and properties
* Fix reading of archives with files > 8GB
* Performance optimizations
* Do not try to call require_once on PEAR.php if it has already been loaded by the autoloader
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -75,6 +75,38 @@ loaded. Bz2 compression is also supported with the bz2 extension loaded.</descri
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.4.1</release>
<api>1.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-08-05</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Update composer.json to use pear-core-minimal 1.10.0alpha2
</notes>
</release>
<release>
<version>
<release>1.4.0</release>
<api>1.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-07-20</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Add support for PHP 7
* Drop support for PHP 4
* Add visibility declarations to methods and properties
</notes>
</release>
<release>
<version>
<release>1.3.16</release>
Expand Down

0 comments on commit bdd4734

Please sign in to comment.