Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #140

Merged
merged 2 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Support/PhpCodeSniffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private function installTightenCodingStandard(): void

/**
* Config uses a private static property $overriddenDefaults
* which does't allow us to update the config between runs
* which doesn't allow us to update the config between runs
* we need to reset it so we can also lint in the fix command.
*/
private function resetConfig(string $tool): void
Expand Down
Binary file modified builds/duster
Binary file not shown.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"php": "^8.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.21.1",
"laravel-zero/framework": "^10.1.1",
"laravel/pint": "^v1.11.0",
"nunomaduro/termwind": "^1.15.1",
"friendsofphp/php-cs-fixer": "^3.46",
"laravel-zero/framework": "^10.3",
"laravel/pint": "^1.13",
"nunomaduro/termwind": "^1.15",
"spatie/invade": "^1.1",
"squizlabs/php_codesniffer": "^3.7.2",
"tightenco/tlint": "^9.0"
"squizlabs/php_codesniffer": "^3.8",
"tightenco/tlint": "^9.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading