zz ca8126a759 项目初始化 1 viikko sitten
..
src ca8126a759 项目初始化 1 viikko sitten
ChangeLog.md ca8126a759 项目初始化 1 viikko sitten
LICENSE ca8126a759 项目初始化 1 viikko sitten
README.md ca8126a759 项目初始化 1 viikko sitten
composer.json ca8126a759 项目初始化 1 viikko sitten
infection.json ca8126a759 项目初始化 1 viikko sitten

README.md

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:

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