Skip to content

Commit

Permalink
Support PHP7
Browse files Browse the repository at this point in the history
  • Loading branch information
allardhoeve committed Apr 21, 2016
1 parent 6ffc751 commit 15c6b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _build_dependencies_tag(self, dependencies_tag, connect_dom):
min_tag.text = connect_dom.findtext('depends_php_min')
max_tag = ElementTree.SubElement(php_tag, 'max')
max_tag.text = connect_dom.findtext('depends_php_max')
self._logger.debug('Finished adding dependancies')
self._logger.debug('Finished adding dependencies')
return dependencies_tag

def _get_module_dom(self, ext_name):
Expand Down
2 changes: 1 addition & 1 deletion build/mage-package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</email>
</authors>
<depends_php_min>5.2.13</depends_php_min>
<depends_php_max>6.0.0</depends_php_max>
<depends_php_max>7.1.0</depends_php_max>
<depends>
<package>
<name>
Expand Down

0 comments on commit 15c6b65

Please sign in to comment.