Skip to content

Commit 7aa2808

Browse files
author
DKravtsov
committed
Updated dependencies
1 parent e1cbb85 commit 7aa2808

22 files changed

+1948
-1541
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
277277
@echo "\033[32mRunning PHPStan - PHP Static Analysis Tool\033[39m"
278278
@php artisan cache:clear --env=test
279279
@./vendor/bin/phpstan --version
280-
@./vendor/bin/phpstan analyze app tests --xdebug
280+
@./vendor/bin/phpstan analyze app tests
281281
else
282282
@make exec cmd="make phpstan"
283283
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)