1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00
composer/tests/Composer/Test/Fixtures/functional/plugin-autoloading-only-loads-dependencies/evil-pkg/exec.php

5 lines
81 B
PHP

<?php
fwrite(STDERR, "Evil/pkg executed, this should not happen!\n");
exit(1);