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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?

},
"require-dev": {
"infection/infection": "~0.11.4",
Expand Down
Loading