matteosister / GitElephant

An abstraction layer for git written in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update composer.json to allow sf5 versions of dependencies

gertvdb opened this issue · comments

If possible also allow sf5 version of the dependencies.

"symfony/process": "~2.8|~3.0|~4.0|~5.0",
"symfony/filesystem": "~2.8|~3.0|~4.0|~5.0",
"symfony/finder": "~2.8|~3.0|~4.0|~5.0",

Working on it on branch symfony-5-upgrade. Feel free to open a PR in any case.