cybercog / laravel-paket

Composer GUI. Manage Laravel dependencies from web interface without switching to command line!

Home Page:https://komarev.com/sources/laravel-paket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revise Support Composer implementation

antonkomarev opened this issue · comments

Need to refactor Composer support class methods install & uninstall. They shouldn't know anything about Job entity.

executeCommand doing too many things. It's doing JobFileRepository work. Maybe it will be better to make a new ProcessFileRepository class which will be responsible for process output read\write.