Skip to content

Commit 25c6b0a

Browse files
committed
nikic-php-parser4
1 parent dd02c2b commit 25c6b0a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/compat_tests.yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
actions:
1515
-
1616
name: 'Rector dev + PHPUnit 10'
17-
run: composer require "phpunit/phpunit:10.*" -W
17+
run: composer require "phpunit/phpunit:10.*" "nikic/php-parser:4.*" -W
1818
php: 8.2
1919
-
2020
name: 'Rector dev + PHPUnit 11'

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Tests for compatibility with PHPStand and PHPUnit preload magic",
44
"require-dev": {
55
"php": "^8.2",
6-
"phpunit/phpunit": "10.*|11.*|12.*",
76
"rector/rector": "dev-main",
87
"phpstan/phpstan": "^2.1"
98
},
@@ -16,5 +15,8 @@
1615
"psr-4": {
1716
"Rector\\RectorCompatTests\\Tests\\": "tests"
1817
}
18+
},
19+
"require": {
20+
"phpunit/phpunit": "10.*"
1921
}
2022
}

0 commit comments

Comments
 (0)