{ "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": "c276fa48d4713de91eb410289b3b1834acb7e403" } } }