Skip to content

Commit

Permalink
chore(deps): update maximebf/debugbar to v1.19
Browse files Browse the repository at this point in the history
- Updated maximebf/debugbar dependency from v1.18 to v1.19
  • Loading branch information
guanguans committed Oct 18, 2023
1 parent d9d60ac commit be02826
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"guanguans/soar-php": "^3.4",
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"maximebf/debugbar": "^1.18"
"maximebf/debugbar": "^1.19"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.7",
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
"ergebnis/composer-normalize": "^2.28",
"friendsofphp/php-cs-fixer": "^3.14",
"friendsofphp/php-cs-fixer": "^3.35",
"guanguans/ai-commit": "^1.8",
"guanguans/monorepo-builder-worker": "^1.2",
"itsgoingd/clockwork": "^5.1",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.13",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16",
"laravel/legacy-factories": "^1.3",
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"mockery/mockery": "^1.6",
Expand All @@ -72,7 +72,7 @@
"phpstan/phpstan-deprecation-rules": "^1.1",
"rector/rector": "^0.18",
"spatie/pest-plugin-snapshots": "^1.1 || ^2.0",
"spatie/ray": "^1.37",
"spatie/ray": "^1.39",
"vimeo/psalm": "^5.15"
},
"suggest": {
Expand Down Expand Up @@ -170,8 +170,8 @@
"facade-update": "/usr/local/opt/[email protected]/bin/php -f ./facade.php -- Guanguans\\\\LaravelSoar\\\\Facades\\\\Soar",
"json-lint": "@php ./vendor/bin/jsonlint *.json .*rc",
"lint": [
"for DIR in .; do find $DIR -maxdepth 1 -type f -name '*.php' -type f ! -name 'xxx.php' -exec php -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done",
"for DIR in ./src ./tests; do find $DIR -type f -name '*.php' -type f ! -name 'xxx.php' -exec php -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done"
"for DIR in .; do find $DIR -maxdepth 1 -type f -name '*.php' -type f ! -name 'xxx.php' -exec php74 -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done",
"for DIR in ./src ./tests; do find $DIR -type f -name '*.php' -type f ! -name 'xxx.php' -exec php74 -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done"
],
"mark-finish": "printf '\\n!\\n!\\t\\033[0;32m%s\\033[0m\\n!\\n\\n' \"Finished\"",
"mark-separate": "printf '\\n!\\n!\\t\\033[0;33m%s\\033[0m\\n!\\n\\n' \"----------------\"",
Expand Down

0 comments on commit be02826

Please sign in to comment.