Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit df60c3a

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

File tree

22 files changed

+1948
-1541
lines changed

22 files changed

+1948
-1541
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
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 Tool033円[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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /