The goal of this repository is to wrap /bin
+ /src
to standalone and prefixed dummy.phar
.
vendor/autoload.php
path is prefixed withdummy-phar://phar
and included- working Symfony PSR-4 autodiscovery
- working
imports:
with glob Dummy\*
namespace is whitelisted, so users can extend it- uses
Symfony\Console
,Symfony\HttpKernel
andSymfony\DependencyInjection