Skip to content
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

Update composer.json #81

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Update composer.json #81

merged 1 commit into from
Jan 29, 2024

Conversation

beastbytes
Copy link
Contributor

Move "files": ["tests/bootstrap.php"] to autoload-dev from autoload

Q A
Is bugfix? ✔️
New feature?
Breaks BC?

Move "files": ["tests/bootstrap.php"] to autoload-dev from autoload
Copy link

what-the-diff bot commented Jan 26, 2024

PR Summary

  • Adjusted File Autoloading Settings
    This update modifies settings in the composer.json file, specifically in the autoload sections, to enhance the loading process of important files within our project. This helps streamline how our software operates by ensuring certain files are prepared for usage when needed.

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ea38291) 0.00% compared to head (a62c329) 95.16%.

Additional details and impacted files
@@              Coverage Diff              @@
##             master      #81       +/-   ##
=============================================
+ Coverage          0   95.16%   +95.16%     
- Complexity        0       46       +46     
=============================================
  Files             0        3        +3     
  Lines             0      124      +124     
=============================================
+ Hits              0      118      +118     
- Misses            0        6        +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samdark samdark requested a review from arogachev January 26, 2024 15:28
Copy link
Contributor

@arogachev arogachev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@arogachev arogachev merged commit 4ecc91d into yiisoft:master Jan 29, 2024
10 of 11 checks passed
@arogachev arogachev added the type:task Task label Jan 29, 2024
@arogachev arogachev added this to the 2.0 milestone Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants