Skip to content

Commit

Permalink
Merge pull request #998 from Slamdunk/phpunit_10
Browse files Browse the repository at this point in the history
Update to PHPUnit 10
  • Loading branch information
Slamdunk authored Feb 20, 2023
2 parents 4c8dde8 + 9249a0e commit a7f5ad6
Show file tree
Hide file tree
Showing 14 changed files with 379 additions and 482 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ coverage
phpcs.xml
/.phpcs.cache
/.phpunit.result.cache
/.phpunit.cache
/build
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@
"lcobucci/clock": "^3.0.0"
},
"require-dev": {
"infection/infection": "^0.26.18",
"infection/infection": "^0.26.19",
"lcobucci/coding-standard": "^9.0",
"phpbench/phpbench": "^1.2.8",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9.14",
"phpstan/phpstan": "^1.9.18",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpstan/phpstan-phpunit": "^1.3.4",
"phpstan/phpstan-strict-rules": "^1.4.5",
"phpunit/php-code-coverage": "9.2.24",
"phpunit/phpunit": "^9.5.28"
"phpunit/phpunit": "^10.0.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a7f5ad6

Please sign in to comment.