File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
9999tests/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
102102tests/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
Original file line number Diff line number Diff line change 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/"
You can’t perform that action at this time.
0 commit comments