lgy 82b749740f second преди 1 месец
..
src 82b749740f second преди 1 месец
tests 82b749740f second преди 1 месец
.gitignore 82b749740f second преди 1 месец
.php_cs 82b749740f second преди 1 месец
.travis.yml 82b749740f second преди 1 месец
ChangeLog.md 82b749740f second преди 1 месец
LICENSE 82b749740f second преди 1 месец
README.md 82b749740f second преди 1 месец
build.xml 82b749740f second преди 1 месец
composer.json 82b749740f second преди 1 месец
phpunit.xml 82b749740f second преди 1 месец

README.md

sebastian/environment

This component provides functionality that helps writing PHP code that has runtime-specific (PHP / HHVM) execution paths.

Latest Stable Version Minimum PHP Version Build Status

Installation

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