matteosister / GitElephant

An abstraction layer for git written in PHP
GNU Lesser General Public License v3.0
613 stars 74 forks source link

Update composer.json to allow sf5 versions of dependencies #162

Closed gertvdb closed 4 years ago

gertvdb commented 4 years ago

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",

GenieTim commented 4 years ago

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