Skip to content

Commit 7a7e666

Browse files
authored
Merge pull request #138 from Roave/renovate/all-minor-patch
Update all non-major dependencies
2 parents bd2e697 + 5a4e1b8 commit 7a7e666

File tree

7 files changed

+142
-68
lines changed

7 files changed

+142
-68
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dependencies:
1616
- "locked"
1717
php-version:
18-
- "8.0"
18+
- "8.1"
1919
operating-system:
2020
- "ubuntu-latest"
2121

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dependencies:
1616
- "locked"
1717
php-version:
18-
- "8.0"
18+
- "8.1"
1919
operating-system:
2020
- "ubuntu-latest"
2121

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- "highest"
1818
- "locked"
1919
php-version:
20-
- "8.0"
2120
- "8.1"
21+
- "8.2"
2222
operating-system:
2323
- "ubuntu-latest"
2424

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dependencies:
1616
- "locked"
1717
php-version:
18-
- "8.0"
18+
- "8.1"
1919
operating-system:
2020
- "ubuntu-latest"
2121

.github/workflows/run-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- "highest"
1818
- "locked"
1919
php-version:
20-
- "8.0"
2120
- "8.1"
21+
- "8.2"
2222
operating-system:
2323
- "ubuntu-latest"
2424

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.0.0 || ~8.1.0",
13+
"php": "~8.1.0 || ~8.2.0",
1414
"ext-json": "*",
1515
"composer-plugin-api": "^2.1.0",
16-
"ocramius/package-versions": "^2.6.0",
16+
"ocramius/package-versions": "^2.7.0",
1717
"vimeo/psalm": "^4.29.0"
1818
},
1919
"require-dev": {
2020
"composer/composer": "^2.4.4",
2121
"doctrine/coding-standard": "^10.0.0",
2222
"infection/infection": "^0.26.16",
2323
"phpunit/phpunit": "^9.5.26",
24-
"symfony/process": "^6.0.11"
24+
"symfony/process": "^6.1.3"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -40,7 +40,7 @@
4040
"dealerdirect/phpcodesniffer-composer-installer": true
4141
},
4242
"platform": {
43-
"php": "8.0.99"
43+
"php": "8.1.99"
4444
}
4545
},
4646
"extra": {

0 commit comments

Comments
 (0)