张保健 97d25c38f3 首次提交 | 4 年 前 | |
---|---|---|
.. | ||
build | 4 年 前 | |
src | 4 年 前 | |
.gitignore | 4 年 前 | |
LICENSE | 4 年 前 | |
README.md | 4 年 前 | |
build.xml | 4 年 前 | |
composer.json | 4 年 前 |
Provides a list of PHP built-in functions that operate on resources.
To add this component as a local, per-project dependency to your project, simply add a dependency on sebastian/resource-operations
to your project's composer.json
file. Here is a minimal example of a composer.json
file that just defines a dependency on this component:
{
"require": {
"sebastian/resource-operations": "~1.0"
}
}