jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Refactor towards runtime determined requirement versions. #131

Closed raphaelstolt closed 8 years ago

raphaelstolt commented 8 years ago

To avoid hard coded requirement versions this commit enables the utilization of the composer require --dev <package(s)> command to determine the latest package(s) version(s) at runtime.

jonathantorres commented 8 years ago

Thank you!