Skip to content

Commit 0cb4e22

Browse files
committed
update dependencies
1 parent 00189de commit 0cb4e22

File tree

6 files changed

+313
-448
lines changed

6 files changed

+313
-448
lines changed

Diff for: .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
configuration: test/phpunit.xml
2828
php_extensions: pcov
2929
php_version: ${{ matrix.php-versions }}
30-
version: 9.5
30+
version: 10.2
3131

3232
- name: coverage monitor
3333
uses: slavcodev/[email protected]

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"require": {
2222
"php": ">=8.1",
2323
"ext-json": "*",
24-
"symfony/dependency-injection": "^6.2",
25-
"symfony/yaml": "^6.2",
26-
"symfony/config": "^6.2"
24+
"symfony/dependency-injection": "^6.3",
25+
"symfony/yaml": "^6.3",
26+
"symfony/config": "^6.3"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "^9.5",
39+
"phpunit/phpunit": "^10.2",
4040
"mikey179/vfsstream": "^1.6"
4141
},
4242
"scripts": {

0 commit comments

Comments
 (0)