Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DKravtsov committed Apr 23, 2023
1 parent 29422f5 commit df60c3a
Show file tree
Hide file tree
Showing 22 changed files with 1,948 additions and 1,541 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
@echo "\033[32mRunning PHPStan - PHP Static Analysis Tool\033[39m"
@php artisan cache:clear --env=test
@./vendor/bin/phpstan --version
@./vendor/bin/phpstan analyze app tests --xdebug
@./vendor/bin/phpstan analyze app tests
else
@make exec cmd="make phpstan"
endif
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"neronmoon/scriptsdev": "^0.1",
"nunomaduro/collision": "^7.0",
"spatie/laravel-ignition": "^2.0",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.1",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down

0 comments on commit df60c3a

Please sign in to comment.