Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpts committed Jun 25, 2023
1 parent 00189de commit 0cb4e22
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
configuration: test/phpunit.xml
php_extensions: pcov
php_version: ${{ matrix.php-versions }}
version: 9.5
version: 10.2

- name: coverage monitor
uses: slavcodev/coverage-monitor-action@1.6.0
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"symfony/dependency-injection": "^6.2",
"symfony/yaml": "^6.2",
"symfony/config": "^6.2"
"symfony/dependency-injection": "^6.3",
"symfony/yaml": "^6.3",
"symfony/config": "^6.3"
},
"autoload": {
"psr-4": {
Expand All @@ -36,7 +36,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.2",
"mikey179/vfsstream": "^1.6"
},
"scripts": {
Expand Down
Loading

0 comments on commit 0cb4e22

Please sign in to comment.