Skip to content

Commit d8c0da6

Browse files
authored
Update all dependencies (#16)
1 parent a88b817 commit d8c0da6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Checkout
21-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"php": "8.2 - 8.5"
2626
},
2727
"require-dev": {
28-
"phpstan/phpstan": "2.1.37",
28+
"phpstan/phpstan": "2.1.38",
2929
"phpunit/phpunit": "11.5.50",
3030
"squizlabs/php_codesniffer": "4.0.1",
31-
"friendsofphp/php-cs-fixer": "3.93.0"
31+
"friendsofphp/php-cs-fixer": "3.93.1"
3232
}
3333
}

0 commit comments

Comments
 (0)