mickey135 9e3b5098e2 feat:初始化sz地铁 | преди 1 месец | |
---|---|---|
.. | ||
.github | преди 1 месец | |
src | преди 1 месец | |
tests | преди 1 месец | |
.gitignore | преди 1 месец | |
.php_cs.dist | преди 1 месец | |
.travis.yml | преди 1 месец | |
ChangeLog.md | преди 1 месец | |
LICENSE | преди 1 месец | |
README.md | преди 1 месец | |
build.xml | преди 1 месец | |
composer.json | преди 1 месец | |
phpunit.xml | преди 1 месец |
This component provides functionality that helps writing PHP code that has runtime-specific (PHP / HHVM) execution paths.
You can add this library as a local, per-project dependency to your project using Composer:
composer require sebastian/environment
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/environment