We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e2dd4 commit 0762c25Copy full SHA for 0762c25
src/Compose/Php/ExtensionResolver.php
@@ -131,7 +131,7 @@ public function get(Config $config): array
131
132
foreach ($phpExtensions as $phpExtName) {
133
if (isset(self::BUILTIN_EXTENSIONS[$phpExtName])
134
- && $this->semver::satisfies($phpVersion, self::BUILTIN_EXTENSIONS[$phpExtName])
+ && $this->semver::satisfies($phpVersion, (float) self::BUILTIN_EXTENSIONS[$phpExtName])
135
) {
136
continue;
137
}
0 commit comments