Skip to content

Commit df60c3a

Browse files
author
DKravtsov
committed
Updated dependencies
1 parent 29422f5 commit df60c3a

22 files changed

+1948
-1541
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
291291
@echo "\033[32mRunning PHPStan - PHP Static Analysis Tool\033[39m"
292292
@php artisan cache:clear --env=test
293293
@./vendor/bin/phpstan --version
294-
@./vendor/bin/phpstan analyze app tests --xdebug
294+
@./vendor/bin/phpstan analyze app tests
295295
else
296296
@make exec cmd="make phpstan"
297297
endif

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"neronmoon/scriptsdev": "^0.1",
4545
"nunomaduro/collision": "^7.0",
4646
"spatie/laravel-ignition": "^2.0",
47-
"phpunit/phpunit": "^10.0",
47+
"phpunit/phpunit": "^10.1",
4848
"roave/security-advisories": "dev-latest"
4949
},
5050
"config": {

0 commit comments

Comments
 (0)