Skip to content

Commit dd8844f

Browse files
Update dependency symfony/yaml to v8
1 parent bfa5343 commit dd8844f

6 files changed

Lines changed: 107 additions & 47 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*.webp binary
1212
*.bmp binary
1313
*.ttf binary
14+
*.blp binary
15+
*.db2 binary
1416

1517
# Ignoring files for distribution archieves
1618
.github/ export-ignore

.github/renovate.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"github>WyriHaximus/renovate-config:php-package-dev"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>WyriHaximus/renovate-config:php-package-dev"
5+
],
6+
"constraints": {
7+
"php": "8.4.x",
8+
"composer": "2.x"
9+
}
610
}

Makefile

Lines changed: 85 additions & 30 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": "^8.4",
77
"ext-json": "^8.4",
88
"mammatus/groups": "^0.1.4",
9-
"symfony/yaml": "^7.4.0"
9+
"symfony/yaml": "^8.0.10"
1010
},
1111
"require-dev": {
1212
"wyrihaximus/makefiles": "^0.10.6",

composer.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etc/qa/infection.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"timeout": 120,
33
"source": {
44
"directories": [
5-
"src"
5+
"../../src"
66
]
77
},
88
"logs": {

0 commit comments

Comments
 (0)