joe d9042d6908 nop: temp před 2 roky
..
.github adda3301db add: installed PHPUnit 8.5.21 před 4 roky
build d9042d6908 nop: temp před 2 roky
src adda3301db add: installed PHPUnit 8.5.21 před 4 roky
tests adda3301db add: installed PHPUnit 8.5.21 před 4 roky
.gitignore adda3301db add: installed PHPUnit 8.5.21 před 4 roky
.php_cs.dist adda3301db add: installed PHPUnit 8.5.21 před 4 roky
ChangeLog.md adda3301db add: installed PHPUnit 8.5.21 před 4 roky
LICENSE adda3301db add: installed PHPUnit 8.5.21 před 4 roky
README.md adda3301db add: installed PHPUnit 8.5.21 před 4 roky
build.xml adda3301db add: installed PHPUnit 8.5.21 před 4 roky
composer.json adda3301db add: installed PHPUnit 8.5.21 před 4 roky

README.md

Resource Operations

Provides a list of PHP built-in functions that operate on resources.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/resource-operations

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/resource-operations