Skip to content

Commit

Permalink
mixin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Nov 18, 2024
1 parent ab23d11 commit 671794b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 198 deletions.
2 changes: 0 additions & 2 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
"zebra-north/phpcs-short-types": "^1.0",
"laravel/pint": "^1.17",
"phpstan/phpstan": "^1.10",
"leantime/leantime-documentor": "dev-main",
"larastan/larastan": "^2.9"
"leantime/leantime-documentor": "dev-main"

},
"provide": {
Expand Down
194 changes: 1 addition & 193 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ get-version:
@echo $(VERSION)

phpstan:
./vendor/bin/phpstan analyse -c .phpstan/phpstan.neon -v --debug --memory-limit 2G
./vendor/bin/phpstan analyse -c .phpstan/phpstan.neon --memory-limit 2G

update-carbon-macros:
./vendor/bin/carbon macro Leantime\\Core\\Support\\CarbonMacros app/Core/Support/CarbonMacros.php
Expand Down

0 comments on commit 671794b

Please sign in to comment.