We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd02c2b commit 25c6b0aCopy full SHA for 25c6b0a
2 files changed
.github/workflows/compat_tests.yaml.yml
@@ -14,7 +14,7 @@ jobs:
14
actions:
15
-
16
name: 'Rector dev + PHPUnit 10'
17
- run: composer require "phpunit/phpunit:10.*" -W
+ run: composer require "phpunit/phpunit:10.*" "nikic/php-parser:4.*" -W
18
php: 8.2
19
20
name: 'Rector dev + PHPUnit 11'
composer.json
@@ -3,7 +3,6 @@
3
"description": "Tests for compatibility with PHPStand and PHPUnit preload magic",
4
"require-dev": {
5
"php": "^8.2",
6
- "phpunit/phpunit": "10.*|11.*|12.*",
7
"rector/rector": "dev-main",
8
"phpstan/phpstan": "^2.1"
9
},
@@ -16,5 +15,8 @@
"psr-4": {
"Rector\\RectorCompatTests\\Tests\\": "tests"
}
+ },
+ "require": {
+ "phpunit/phpunit": "10.*"
21
22
0 commit comments