Skip to content

Commit

Permalink
Get rid of unuseful packages using the replace of Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Dec 14, 2023
1 parent fab397d commit 04e5dea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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": "*"
}
}
2 changes: 1 addition & 1 deletion src/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Info
{
public const NAME = 'Buggregator Trap';
public const VERSION = '1.1.0';
public const VERSION = '1.2.2';
public const LOGO_CLI_COLOR = <<<CONSOLE
\e[44;97;1m \e[0m
\e[44;97;1m ▄█▀ ▀█▄ \e[0m
Expand Down

0 comments on commit 04e5dea

Please sign in to comment.