File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ tools/php-cs-fixer:
9191 curl -Ls http://cs.symfony.com/download/php-cs-fixer-v2.phar -o tools/php-cs-fixer && chmod +x tools/php-cs-fixer
9292
9393tools/box :
94- curl -Ls https://github.com/humbug/box/releases/download/3.10 .0/box.phar -o tools/box && chmod +x tools/box
94+ curl -Ls https://github.com/humbug/box/releases/download/3.13 .0/box.phar -o tools/box && chmod +x tools/box
9595
9696test-package-tools : tests/phar/tools/phpunit tests/phar/tools/phpunit.d/zalas-phpunit-globals-extension.phar
9797.PHONY : test-package-tools
9898
9999tests/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
100+ curl -Ls https://phar.phpunit.de/phpunit-9.5.10 .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
You can’t perform that action at this time.
0 commit comments