Skip to content

Commit

Permalink
Upgraded phpunit to version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Apr 3, 2023
1 parent a66a064 commit ace32c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nikic/php-parser": "^4.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5 || ^10.0",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.15",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.0",
Expand All @@ -38,8 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.2.x-dev",
"dev-feature/qualityflow-improvments": "0.2.x-dev"
"dev-main": "0.2.x-dev"
}
}
}
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ace32c5

Please sign in to comment.