Skip to content

Commit 759c37f

Browse files
committed
PHP Debug version updated
1 parent 1f98a47 commit 759c37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Compose/Php/ExtensionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ public static function getConfig(): array
427427
self::EXTENSION_TYPE => self::EXTENSION_TYPE_PECL,
428428
self::EXTENSION_PACKAGE_NAME => 'xdebug-3.1.2',
429429
],
430-
'>=8.2' => [
430+
'>=8.2 <8.3' => [
431431
self::EXTENSION_TYPE => self::EXTENSION_TYPE_PECL,
432-
self::EXTENSION_PACKAGE_NAME => 'xdebug-3.2.0',
432+
self::EXTENSION_PACKAGE_NAME => 'xdebug-3.3.0',
433433
],
434434
'>=8.3' => [
435435
self::EXTENSION_TYPE => self::EXTENSION_TYPE_PECL,

0 commit comments

Comments
 (0)