Skip to content

Commit c1b7f06

Browse files
committed
Update box and phpunit
1 parent b82b234 commit c1b7f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

9393
tools/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

9696
test-package-tools: tests/phar/tools/phpunit tests/phar/tools/phpunit.d/zalas-phpunit-globals-extension.phar
9797
.PHONY: test-package-tools
9898

9999
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
100+
curl -Ls https://phar.phpunit.de/phpunit-9.5.10.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

0 commit comments

Comments
 (0)