Skip to content

Commit

Permalink
phpunit version bump for generator
Browse files Browse the repository at this point in the history
`generator` doesn't need to be held back to 8.1 just because `generated` files are held back
  • Loading branch information
shish committed Feb 9, 2025
1 parent 47a1689 commit 26ef398
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 347 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
vendor/
/generator/tests/rector/composer.lock
.phpunit.result.cache
.phpunit.cache
4 changes: 2 additions & 2 deletions generator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"symfony/finder": "^6"
},
"require-dev": {
"phpunit/phpunit": "^10",
"phpunit/phpunit": "^12",
"thecodingmachine/phpstan-strict-rules": "^1.0",
"squizlabs/php_codesniffer": "^3.2",
"php-coveralls/php-coveralls": "^2.1",
Expand All @@ -24,7 +24,7 @@
},
"scripts": {
"lint": "parallel-lint config/ src/ tests/",
"test": "phpunit",
"test": "XDEBUG_MODE=coverage phpunit",
"phpstan": "phpstan analyse",
"cs-fix": "phpcbf",
"cs-check": "phpcs"
Expand Down
Loading

0 comments on commit 26ef398

Please sign in to comment.