server 52763dedf1 gitignore | преди 2 години | |
---|---|---|
.. | ||
.github | преди 2 години | |
src | преди 2 години | |
tests | преди 2 години | |
.gitignore | преди 2 години | |
.php_cs.dist | преди 2 години | |
.travis.yml | преди 2 години | |
ChangeLog.md | преди 2 години | |
LICENSE | преди 2 години | |
README.md | преди 2 години | |
build.xml | преди 2 години | |
composer.json | преди 2 години | |
phpunit.xml | преди 2 години |
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