Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Issue #22: Add composer/composer as a dependency #23

Closed
wants to merge 2 commits into from
Closed

Issue #22: Add composer/composer as a dependency #23

wants to merge 2 commits into from

Conversation

drupol
Copy link

@drupol drupol commented Feb 18, 2019

This PR

  • Add composer/composer as a dependency
  • Make sure that composer.lock has been updated
  • Needs discussion on this

Related to ergebnis/composer-normalize#80.
Fixes #22.

@codecov
Copy link

codecov bot commented Feb 18, 2019

Codecov Report

Merging #23 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #23   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity       26     27    +1     
=======================================
  Files             5      5           
  Lines            93     97    +4     
=======================================
+ Hits             93     97    +4
Impacted Files Coverage Δ Complexity Δ
src/ComposerJsonNormalizer.php 100% <100%> (ø) 4 <2> (+1) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc9f574...1faad9c. Read the comment docs.

@@ -17,7 +17,8 @@
],
"require": {
"php": "^7.1",
"localheinz/json-normalizer": "~0.9.0"
"localheinz/json-normalizer": "~0.9.0",
"composer/composer": "^1"
Copy link
Member

Choose a reason for hiding this comment

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

The problem with this is that all we really need is the schema, not composer/composer as a dependency. As pointed out earlier, it was removed in #21.

Copy link
Author

Choose a reason for hiding this comment

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

I think I will close this PR and use this: ergebnis/composer-normalize#80 (comment)

What do you think ?

@drupol
Copy link
Author

drupol commented Feb 20, 2019

Closed in favor of: ergebnis/composer-normalize#170

@drupol drupol closed this Feb 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants