Skip to content

Commit 7a448ba

Browse files
authored
Merge pull request #41 from phpcq/hotfix/phpunit-requirements
Fix PHPUnit versions with PHP requirements
2 parents 79265d3 + 3cd0680 commit 7a448ba

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

sources.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,19 @@ repositories:
130130
requirements:
131131
php:
132132
php: ~8.2.27 || ~8.3.16 || ~8.4.3 || ~8.5.0
133-
133+
phpunit:
134+
- version: 9.5.15
135+
requirements:
136+
php:
137+
php: ">=7.3"
138+
- version: 11.5.53
139+
requirements:
140+
php:
141+
php: ">=8.2"
142+
- version: 12.5.11
143+
requirements:
144+
php:
145+
php: ">=8.3"
134146
plugin-github:
135147
type: plugin-github
136148
repositories:

0 commit comments

Comments
 (0)