Skip to content

Commit

Permalink
update phpunit to fix deprecation schema on lowest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmok committed Mar 21, 2024
1 parent 4fc06b0 commit 222706c
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
.php-cs-fixer.cache
.phpunit.result.cache
coverage.xml
.result
flake.lock
.result
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"symfony/property-access": "^6.2|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.5",
"symfony/framework-bundle": "^6.2|^7.0",
"friendsofphp/php-cs-fixer": "^3.5",
"phpstan/phpstan": "^1.9"
Expand Down
Loading

0 comments on commit 222706c

Please sign in to comment.