Skip to content
Merged
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"php": ">=5.6",
"illuminate/container": "~5.1 | ^6.0",
"mnapoli/silly": "~1.0",
"symfony/process": "~2.7|~3.0|~4.0",
"symfony/process": "~2.7|~3.0|~4.0|~5.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi, would it hurt to remove the ~2.7 and ~3.0 version requirements?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Potentially.
I haven't gone back and checked what would break if we forced those out. Ideally forcing a newer PHP version would be easier to maintain
... but there are still people who do 5.6 (via unofficial taps of course), so if it's not necessary to break things, then I've just been leaving those around.

"nategood/httpful": "~0.2",
"tightenco/collect": "^5.3 | ^6.0"
},
Expand Down