/var/www/vhosts/ihelp.ro/httpdocs/vendor/sebastian/cli-parser
NameSizeModeActions
src/-0755rm
ChangeLog.md4120644editdlrm
composer.json9270644editdlrm
infection.json1740644editdlrm
LICENSE15500644editdlrm
README.md4910644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/sebastian/cli-parser/README.md (491B)
# sebastian/cli-parser Library for parsing `$_SERVER['argv']`, extracted from `phpunit/phpunit`. ## Installation You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): ``` composer require sebastian/cli-parser ``` If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency: ``` composer require --dev sebastian/cli-parser ```