Skip to content

Commit

Permalink
Add support for Xdebug 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osrecio authored Dec 13, 2023
1 parent 816c16d commit b8e73db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Valet/Pecl.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Pecl extends AbstractPecl
*/
const EXTENSIONS = [
self::XDEBUG_EXTENSION => [
'8.3' => '3.1.5',
'8.3' => '3.3.0',
'8.2' => '3.1.5',
'8.1' => '3.1.5',
'8.0' => '3.1.5',
Expand Down

0 comments on commit b8e73db

Please sign in to comment.