Skip to content

Commit

Permalink
phpunit restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedOne committed Mar 23, 2024
1 parent 16aa6e6 commit e00c229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"phpunit/phpunit": "^9.6.18"
"phpunit/phpunit": "~7.0 || ~8.0 || ~9.0"
},
"license": "MIT",
"authors": [
Expand All @@ -33,9 +33,6 @@
"require-dev": {
"infection/infection": "^0.27"
},
"conflict": {
"phpunit/phpunit": "^10.0.0"
},
"extra": {
"branch-alias": {
"dev-main": "0.1.x-dev"
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>wickedOne/.github:renovate-config"
]
],
"rangeStrategy": "widen"
}

0 comments on commit e00c229

Please sign in to comment.