-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: disable xdebug automatically #325
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
"ext-xml": "*" | ||
}, | ||
"require-dev": { | ||
"composer/xdebug-handler": "^3.0.5", | ||
"friendsofphp/php-cs-fixer": "^3.66.0", | ||
Comment on lines
25
to
27
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding a dependency can be convenient but the source must be trustfully. Of course, composer is safe but is necessary? The more decoupled and independent something is, the better. |
||
"illuminate/view": "^10.48.25", | ||
"larastan/larastan": "^2.9.12", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want update the bootstrap file, probably you'll need to design a contract for it.
Think about the idea of create a instance just to run one method and after that, release it into the void.
If you read more forward or deep, you'll understand that they bind classes to contracts.