Skip to content

Commit

Permalink
chore(phpunit): updated phpunit to version 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Aug 18, 2024
1 parent 7375563 commit 44a8922
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 344 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackageNames": ["symfony/*"],
"allowedVersions": "6.4.*"
}
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build

###> symfony/phpunit-bridge ###
.phpunit.result.cache
.phpunit.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-symfony": "^1.4",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^11.3",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/phpunit-bridge": "^7.1"
Expand Down
Loading

0 comments on commit 44a8922

Please sign in to comment.