-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update maximebf/debugbar to v1.19
- Updated maximebf/debugbar dependency from v1.18 to v1.19
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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": { | ||
|
@@ -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' \"----------------\"", | ||
|