We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffbaf1 commit cd9cc3bCopy full SHA for cd9cc3b
2 files changed
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
tools: composer:v2
76
77
- name: Install dependencies
78
- uses: nick-fields/retry@v3
+ uses: nick-fields/retry@v4
79
with:
80
timeout_minutes: 5
81
max_attempts: 5
composer.json
@@ -4,7 +4,7 @@
4
"description": "W3C HTML Validator service.",
5
"license": "LGPL-3.0-or-later",
6
"require": {
7
- "php": ">=8.1",
+ "php": ">=8.2",
8
"symfony/http-client": "^7.4||^8.0"
9
},
10
"authors": [
@@ -13,8 +13,8 @@
13
}
14
],
15
"require-dev": {
16
- "phpunit/phpunit": "^11.5||^12.5",
17
- "friendsofphp/php-cs-fixer": "^3.93"
+ "phpunit/phpunit": "^11.5||^12.5||^13",
+ "friendsofphp/php-cs-fixer": "^3.94"
18
19
"autoload": {
20
"psr-4": {
0 commit comments