t3nma c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
..
.github c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
src c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
tests c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
.gitignore c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
.php_cs.dist c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
.travis.yml c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
ChangeLog.md c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
LICENSE c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
README.md c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
build.xml c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
composer.json c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前
phpunit.xml c527ad0803 [COMPOSER] Add new php-ffmpeg package 4 年之前

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