Skip to content

Commit f44a010

Browse files
Merge pull request #299 from NoiseByNorthwest/fix_298
composer: fix extension name case
2 parents afe5de4 + cb0e599 commit f44a010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=5.4.0 <8.5.0"
2121
},
2222
"php-ext": {
23-
"extension-name": "SPX",
23+
"extension-name": "spx",
2424
"support-zts": true,
2525
"support-nts": true,
2626
"configure-options": [

0 commit comments

Comments
 (0)