Skip to content

Commit

Permalink
Merge pull request #242 from wmde/upgrade-to-phpunit-11
Browse files Browse the repository at this point in the history
Upgrade to PHPUnit 11
  • Loading branch information
gbirke authored Apr 5, 2024
2 parents 25473d5 + cac8aa3 commit 9c2dd3b
Show file tree
Hide file tree
Showing 54 changed files with 6,350 additions and 261 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
!.*

vendor/
composer.lock

.idea/
.floo
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"symfony/cache": "^6.0|^7.0",
"phpunit/phpunit": "~10.4.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "~11.0",
"phpmd/phpmd": "~2.6",
"mikey179/vfsstream": "~1.6",
"wmde/fundraising-phpcs": "~9.0.0",
"wmde/fundraising-phpcs": "~10.1.0",
"wmde/psr-log-test-doubles": "~3.0",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-doctrine": "~1.3.62"
Expand Down
Loading

0 comments on commit 9c2dd3b

Please sign in to comment.