Cotonti Siena 0.9.23 features Composer support. Composer is a tool for dependency management in PHP.
What is Composer
Composer is a dependency manager designed to simplify uploading and using 3rd party PHP libraries in your project. In instance, it can be used to add all necessary libs into an extension that is being developed.
composer.json is a text file where all side libs (packages) the project is based on are defined. Additionally it contains data on project info, PHP minimum version and...