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 1f98a47 commit 759c37fCopy full SHA for 759c37f
src/Compose/Php/ExtensionResolver.php
@@ -427,9 +427,9 @@ public static function getConfig(): array
427
self::EXTENSION_TYPE => self::EXTENSION_TYPE_PECL,
428
self::EXTENSION_PACKAGE_NAME => 'xdebug-3.1.2',
429
],
430
- '>=8.2' => [
+ '>=8.2 <8.3' => [
431
432
- self::EXTENSION_PACKAGE_NAME => 'xdebug-3.2.0',
+ self::EXTENSION_PACKAGE_NAME => 'xdebug-3.3.0',
433
434
'>=8.3' => [
435
0 commit comments