Skip to content

Commit c8ad8db

Browse files
committed
Add conflict with phpunit 9.5.0
1 parent ddb3aca commit c8ad8db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ test-package-tools: tests/phar/tools/phpunit tests/phar/tools/phpunit.d/zalas-ph
9797
.PHONY: test-package-tools
9898

9999
tests/phar/tools/phpunit:
100-
curl -Ls https://phar.phpunit.de/phpunit-9.phar -o tests/phar/tools/phpunit && chmod +x tests/phar/tools/phpunit
100+
curl -Ls https://phar.phpunit.de/phpunit-9.4.4.phar -o tests/phar/tools/phpunit && chmod +x tests/phar/tools/phpunit
101101

102102
tests/phar/tools/phpunit.d/zalas-phpunit-globals-extension.phar: build/zalas-phpunit-globals-extension.phar
103103
cp build/zalas-phpunit-globals-extension.phar tests/phar/tools/phpunit.d/zalas-phpunit-globals-extension.phar

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"php": "^7.3 || ~8.0.0",
1414
"phpunit/phpunit": "^9.0"
1515
},
16+
"conflict": {
17+
"phpunit/phpunit": "9.5.0"
18+
},
1619
"autoload": {
1720
"psr-4": {
1821
"Zalas\\PHPUnit\\Globals\\": "src/"

0 commit comments

Comments
 (0)