We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458fb8e commit 59ecaa3Copy full SHA for 59ecaa3
.github/workflows/php-checks.yml
@@ -10,7 +10,7 @@ jobs:
10
name: PHP ${{ matrix.php-versions }} tests
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14
15
- name: Setup PHP
16
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2
composer.json
@@ -38,9 +38,9 @@
38
"php": "8.2 - 8.5"
39
},
40
"require-dev": {
41
- "phpstan/phpstan": "2.1.37",
+ "phpstan/phpstan": "2.1.38",
42
"phpunit/phpunit": "11.5.50",
43
"squizlabs/php_codesniffer": "4.0.1",
44
- "friendsofphp/php-cs-fixer": "3.93.0"
+ "friendsofphp/php-cs-fixer": "3.93.1"
45
}
46
0 commit comments