Skip to content

Commit 814805d

Browse files
committed
allow building for PHP 8.0
1 parent 371675a commit 814805d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Build-Depends:
1010
php7.1-dev,
1111
php7.2-dev,
1212
php7.3-dev,
13-
php7.4-dev
13+
php7.4-dev,
14+
php8.0-dev
1415
Standards-Version: 3.9.5
1516
Vcs-Git: [email protected]:ByteInternet/php-hypernode.git
1617
Vcs-Browser: https://github.com/ByteInternet/php-hypernode

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ php-hypernode 220160309.1
3232
<required>
3333
<php>
3434
<min>5.3.0</min>
35-
<max>7.5.0</max>
35+
<max>8.1.0</max>
3636
<exclude>6.0.0</exclude>
3737
</php>
3838
<pearinstaller>

0 commit comments

Comments
 (0)