{ "manifests": { "symfony/phpunit-bridge": { "manifest": { "copy-from-recipe": { "bin/": "%BIN_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist" }, "gitignore": [ "/phpunit.xml" ], "post-install-output": [ "Run php bin/phpunit to launch your test suite." ] }, "files": { "bin/phpunit": { "contents": [ "#!/usr/bin/env php", "", "", "", "", " ", " ", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests/", " ", " ", "", " ", " ", " ", "", "" ], "executable": false } }, "ref": "e2f5bcdeb7b543a5e188d290de498b40b6eeaaa8" } } }