sunlight 897b10eb13 mzb | %!s(int64=6) %!d(string=hace) años | |
---|---|---|
.. | ||
build | %!s(int64=6) %!d(string=hace) años | |
src | %!s(int64=6) %!d(string=hace) años | |
.gitignore | %!s(int64=6) %!d(string=hace) años | |
LICENSE | %!s(int64=6) %!d(string=hace) años | |
README.md | %!s(int64=6) %!d(string=hace) años | |
build.xml | %!s(int64=6) %!d(string=hace) años | |
composer.json | %!s(int64=6) %!d(string=hace) años |
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"
}
}