Skip to content

Commit

Permalink
[jan] Mark PHP 7 as supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 2, 2016
1 parent ac7cf58 commit e82e20c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework/Cache/package.xml
Expand Up @@ -27,7 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [jan] Mark PHP 7 as supported.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -111,8 +111,8 @@
<required>
<php>
<min>5.3.0</min>
<max>6.0.0alpha1</max>
<exclude>6.0.0alpha1</exclude>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand Down Expand Up @@ -675,7 +675,7 @@ Initial packaging.
<date>2016-02-01</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [jan] Mark PHP 7 as supported.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit e82e20c

Please sign in to comment.