Skip to content

Commit fc7908a

Browse files
authored
Merge pull request #1046 from jingjingxyk/experiment-feature
Experiment feature
2 parents fce2e42 + bde7af0 commit fc7908a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sapi/src/builder/extension

sapi/src/builder/extension/ds.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
$p->addExtension(
88
(new Extension('ds'))
99
->withOptions(' --enable-ds')
10-
->withPeclVersion('1.4.0')
11-
->withFileHash('md5', 'd7e64fbb53b567908d63155ec2a8f548')
10+
->withPeclVersion('1.6.0')
11+
->withFileHash('md5', 'c743b75f58bedfa2ab7fb3853b7b629b')
1212
->withHomePage('https://github.com/php-ds/ext-ds')
1313
->withManual('https://www.php.net/ds')
1414
->withLicense('https://github.com/php-ds/ext-ds/blob/master/LICENSE', Extension::LICENSE_MIT)

0 commit comments

Comments
 (0)