张保健 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"
}
}