Skip to content
Closed
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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"require": {
"php": "^7.1",
"symfony/console": "^4.0",
"symfony/finder": "^4.0",
"symfony/console": "^4.0 || ^5.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

How come your using the || operator here? Cant we just update it to 5.0 and then bump up the major release version?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

this PR (and this comment) is a duplicate of #102

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I just learned it. #102 has title "fixes #98" which does not speak much

"symfony/finder": "^4.0 || ^5.0",
"nikic/php-parser": "^4.0",
"jakub-onderka/php-console-highlighter": "^0.4",
"phpunit/php-timer": "^2.0"
Expand Down