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

Change configuration format #5

Merged
merged 2 commits into from
Dec 26, 2014
Merged

Change configuration format #5

merged 2 commits into from
Dec 26, 2014

Conversation

bd808
Copy link
Member

@bd808 bd808 commented Dec 26, 2014

The configuration format specified in the README file and the code/tests
differed. The new format is a slight variation on the README format and
should be easier to extend if we add more configuration settings in the
future.

The pull request also includes a patch that adds some debug logging to show what files are being processed and the actions taken with their contents.

Closes #2

Log the files being read and the merges being performed when Composer is
run in verbose mode.
The configuration format specified in the README file and the code/tests
differed. The new format is a slight variation on the README format and
should be easier to extend if we add more configuration settings in the
future.
bd808 added a commit that referenced this pull request Dec 26, 2014
 Change configuration format and add verbose logging
@bd808 bd808 merged commit f11b32b into wikimedia:master Dec 26, 2014
@bd808 bd808 deleted the issue/2 branch December 26, 2014 18:34
barlambe referenced this pull request Nov 28, 2020
Add initial support for the upcoming Composer 2.0 release:
* Allow either ^1.1 or ^2.0 composer-plugin-api
* Implement new PluginInterface methods (as no-op)
* Prefer InstallerEvents::PRE_OPERATIONS_EXEC over
  InstallerEvents::PRE_DEPENDENCIES_SOLVING when available

Bug: T248908
Co-authored-by: Bryan Davis <bd808@wikimedia.org>
@barlambe barlambe mentioned this pull request Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Invalid argument supplied for foreach()
1 participant