ORIENT/vendor/sebastian/environment
merdan ac002c1ac1 reklama 2021-04-08 13:08:59 +05:00
..
.github reklama 2021-04-08 13:08:59 +05:00
src reklama 2021-04-08 13:08:59 +05:00
tests reklama 2021-04-08 13:08:59 +05:00
.gitignore reklama 2021-04-08 13:08:59 +05:00
.php_cs.dist reklama 2021-04-08 13:08:59 +05:00
.travis.yml reklama 2021-04-08 13:08:59 +05:00
ChangeLog.md reklama 2021-04-08 13:08:59 +05:00
LICENSE reklama 2021-04-08 13:08:59 +05:00
README.md reklama 2021-04-08 13:08:59 +05:00
build.xml reklama 2021-04-08 13:08:59 +05:00
composer.json reklama 2021-04-08 13:08:59 +05:00
phpunit.xml reklama 2021-04-08 13:08:59 +05:00

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