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 @@ -11,7 +11,8 @@ Build-Depends:
php7.2-dev,
php7.3-dev,
php7.4-dev,
php8.0-dev
php8.0-dev,
php8.1-dev
Standards-Version: 3.9.5
Vcs-Git: git@github.com: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>8.1.0</max>
<max>8.2.0</max>
<exclude>6.0.0</exclude>
</php>
<pearinstaller>
Expand Down