Skip to content

Commit 6d1a598

Browse files
authored
Merge pull request #140 from tighten/drift/update-dependencies
Update dependencies
2 parents 84fcb71 + 7918674 commit 6d1a598

File tree

5 files changed

+73
-73
lines changed

5 files changed

+73
-73
lines changed

app/Support/PhpCodeSniffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function installTightenCodingStandard(): void
8484

8585
/**
8686
* Config uses a private static property $overriddenDefaults
87-
* which does't allow us to update the config between runs
87+
* which doesn't allow us to update the config between runs
8888
* we need to reset it so we can also lint in the fix command.
8989
*/
9090
private function resetConfig(string $tool): void

builds/duster

106 KB
Binary file not shown.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"php": "^8.1.0"
3434
},
3535
"require-dev": {
36-
"friendsofphp/php-cs-fixer": "^3.21.1",
37-
"laravel-zero/framework": "^10.1.1",
38-
"laravel/pint": "^v1.11.0",
39-
"nunomaduro/termwind": "^1.15.1",
36+
"friendsofphp/php-cs-fixer": "^3.46",
37+
"laravel-zero/framework": "^10.3",
38+
"laravel/pint": "^1.13",
39+
"nunomaduro/termwind": "^1.15",
4040
"spatie/invade": "^1.1",
41-
"squizlabs/php_codesniffer": "^3.7.2",
42-
"tightenco/tlint": "^9.0"
41+
"squizlabs/php_codesniffer": "^3.8",
42+
"tightenco/tlint": "^9.2"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)