Skip to content

Commit

Permalink
Merge branch 'master' into websockets
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Info.php
  • Loading branch information
roxblnfk committed Dec 16, 2023
2 parents be62b67 + 04e5dea commit 0c05597
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A simple and powerful tool for debugging PHP applications.",
"homepage": "https://buggregator.dev/",
"keywords": [
"debug", "cli", "console", "sentry", "smtp", "dump"
"debug", "cli", "console", "sentry", "smtp", "dump", "binary dump", "websockets", "server", "helper"
],
"authors": [
{
Expand Down Expand Up @@ -68,5 +68,11 @@
"google/protobuf": "^3.23",
"phpunit/phpunit": "^10.4",
"vimeo/psalm": "^5.11"
},
"replace": {
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*"
}
}

0 comments on commit 0c05597

Please sign in to comment.