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

Refactor internal configuration loader and remove experimental Phar support #1485

Merged
merged 3 commits into from
Dec 1, 2023

Conversation

caendesilva
Copy link
Member

@caendesilva caendesilva commented Dec 1, 2023

Changes:

Only inject custom app config location when missing from parent

This makes it easier to support when inside the Phar, as we can use the default config location.

Remove experimental Phar support from internal configuration loader

This is because it is no longer needed, thanks to 55c8090

This makes it easier to support when inside the Phar, as we can use the default config location.
This is because it is no longer needed, thanks to 55c8090
@caendesilva caendesilva force-pushed the refactor-internal-phar-support branch from 3d653ba to 9759ad8 Compare December 1, 2023 15:17
@caendesilva caendesilva marked this pull request as ready for review December 1, 2023 15:18
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a05839c) 100.00% compared to head (9759ad8) 100.00%.

Additional details and impacted files
@@              Coverage Diff              @@
##              master     #1485     +/-   ##
=============================================
  Coverage     100.00%   100.00%             
- Complexity      1734      3468   +1734     
=============================================
  Files            180       360    +180     
  Lines           4702      9402   +4700     
=============================================
+ Hits            4702      9402   +4700     

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

@caendesilva caendesilva merged commit 66aaf69 into master Dec 1, 2023
19 checks passed
@caendesilva caendesilva deleted the refactor-internal-phar-support branch December 1, 2023 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant