Skip to content

Commit d34c5f0

Browse files
authored
Merge pull request #24 from ByteInternet/php85
Add support for PHP 8.5
2 parents 879f3dd + 05f7dde commit d34c5f0

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
@@ -15,7 +15,8 @@ Build-Depends:
1515
php8.1-dev,
1616
php8.2-dev,
1717
php8.3-dev,
18-
php8.4-dev
18+
php8.4-dev,
19+
php8.5-dev
1920
Standards-Version: 4.5.1
2021
Vcs-Git: [email protected]:ByteInternet/php-hypernode.git
2122
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>8.5.0</max>
35+
<max>8.6.0</max>
3636
<exclude>6.0.0</exclude>
3737
</php>
3838
<pearinstaller>

0 commit comments

Comments
 (0)