Skip to content

Commit

Permalink
Mark PHP 7 as supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 11, 2017
1 parent 2f43634 commit fafc8fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions framework/Cli/package.xml
Expand Up @@ -28,6 +28,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Mark PHP 7 as supported.
* [jan] Wrap content matching the terminal width.
* [jan] Add Horde_Cli#getWidth() to return the terminal width.
* [jan] Add Horde_Cli_Color.
Expand Down Expand Up @@ -315,8 +316,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 @@ -793,6 +794,7 @@ Add &apos;default&apos; parameter to Horde_CLI::prompt().
<date>2017-04-11</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Mark PHP 7 as supported.
* [jan] Wrap content matching the terminal width.
* [jan] Add Horde_Cli#getWidth() to return the terminal width.
* [jan] Add Horde_Cli_Color.
Expand Down

0 comments on commit fafc8fb

Please sign in to comment.