Skip to content

Commit 59ecaa3

Browse files
committed
Update all dependencies
1 parent 458fb8e commit 59ecaa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/php-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: PHP ${{ matrix.php-versions }} tests
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414

1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"php": "8.2 - 8.5"
3939
},
4040
"require-dev": {
41-
"phpstan/phpstan": "2.1.37",
41+
"phpstan/phpstan": "2.1.38",
4242
"phpunit/phpunit": "11.5.50",
4343
"squizlabs/php_codesniffer": "4.0.1",
44-
"friendsofphp/php-cs-fixer": "3.93.0"
44+
"friendsofphp/php-cs-fixer": "3.93.1"
4545
}
4646
}

0 commit comments

Comments
 (0)