{ "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 in favor of Symfony's PHPUnit Bridge. ", " ", "", " * Instead:", " 1. Remove it now: composer remove --dev phpunit/phpunit", " 2. Use Symfony's bridge: composer require --dev phpunit" ] }, "files": { "phpunit.xml.dist": { "contents": [ "", "", "", "", " ", " ", " ", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests/", " ", " ", "", " ", " ", " ./src/", " ", " ", "", "" ], "executable": false }, "tests/.gitignore": { "contents": [ "" ], "executable": false } }, "ref": "8ebc9f29f52f2fff3acdb3e0d1198ddf9e7f81b7" } } }