{ "manifests": { "phpunit/phpunit": { "manifest": { "copy-from-recipe": { "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" }, "gitignore": [ "/phpunit.xml" ], "post-install-output": [ " ", " Adding phpunit/phpunit as a dependency is discouraged. ", " ", "", " * Instead:", " 1. Remove it now: composer remove phpunit/phpunit", " 2. Use Symfony's bridge: composer require phpunit" ] }, "files": { "phpunit.xml.dist": { "contents": [ "", "", "", "", " ", " ", " ", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests/", " ", " ", "", " ", " ", " ./src/", " ", " ", "", "" ], "executable": false }, "tests/.gitignore": { "contents": [ "" ], "executable": false } }, "ref": "fc35828893288f0bb786291377433ee8d7e14738" } } }