Skip to content

Commit

Permalink
Merge pull request #49 from symplify/tv-bump-phpunit
Browse files Browse the repository at this point in the history
Bump to PHPUnit 11
  • Loading branch information
TomasVotruba authored Jan 19, 2025
2 parents e8a3888 + 98d48c4 commit ea60fde
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": ">=8.2",
"nette/utils": "^3.2|^4.0",
"nikic/php-parser": "^5.4",
"sebastian/diff": "^5.0",
"sebastian/diff": "^6.0",
"symfony/config": "^6.4",
"symfony/console": "^6.4",
"symfony/dependency-injection": "6.1.*",
Expand All @@ -23,11 +23,12 @@
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^10.5",
"rector/rector": "^2.0",
"phpunit/phpunit": "^11.2",
"rector/rector": "^2.0.7",
"shipmonk/composer-dependency-analyser": "^1.8",
"symplify/easy-coding-standard": "^12.3",
"phpecs/phpecs": "^2.0",
"symplify/phpstan-extensions": "^12.0",
"symplify/vendor-patches": "^11.3",
"tomasvotruba/class-leak": "^2.0",
Expand Down

0 comments on commit ea60fde

Please sign in to comment.