Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Build-Depends:
php7.1-dev,
php7.2-dev,
php7.3-dev,
php7.4-dev
php7.4-dev,
php8.0-dev
Standards-Version: 3.9.5
Vcs-Git: [email protected]:ByteInternet/php-hypernode.git
Vcs-Browser: https://github.com/ByteInternet/php-hypernode
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ php-hypernode 220160309.1
<required>
<php>
<min>5.3.0</min>
<max>7.5.0</max>
<max>8.1.0</max>
<exclude>6.0.0</exclude>
</php>
<pearinstaller>
Expand Down