1
0
Fork 0
composer/tests/Composer/Test/Fixtures/functional/plugin-autoloading-only-loa.../evil-pkg/exec.php

6 lines
81 B
PHP
Raw Normal View History

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