3.4 Composer Install

Install Phing by adding a dependency to phing/phing to the require-dev or require section of your project's composer.json configuration file, and running 'composer install':

            {
                "require-dev": {
                    "phing/phing": "2.*"
                }
            }