Skip to content

Commit

Permalink
Allow PHP 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 20, 2017
1 parent 710cc30 commit 21e5082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/package.xml
Expand Up @@ -2024,8 +2024,8 @@
<required>
<php>
<min>5.4.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

0 comments on commit 21e5082

Please sign in to comment.