dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
38 stars 5 forks source link

clean composer.json from useless or double packages #109

Closed arhimede closed 2 years ago

arhimede commented 2 years ago

all libraries required by composer.json removed if there are already called by another package

bidi47 commented 2 years ago

@arhimede, please add me to the contributors so i can push the update

i found these packages that can be removed "laminas/laminas-dependency-plugin": "^2.2" "laminas/laminas-diactoros": "^2.8" "laminas/laminas-servicemanager": "^3.10" "mezzio/mezzio-helpers": "^5.7"

bidi47 commented 2 years ago

updated composer some of the packages are updated to use the more recent version