minidfx / owncloud-interfaces
Contains interfaces and constants of ownCloud version 8. Package very useful for mocking ownCloud dependencies in unit tests without a complete ownCloud installation and you can run your unit tests on a hosted continuous integration service.
Requires
- php: >=5.4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2022-11-26 06:47:06 UTC
README
Contains interfaces and constants of ownCloud version 7. Package very useful for mocking ownCloud dependencies in your unit tests without a complete ownCloud installation and you can run them on a hosted continuous integration service.
The dev version can be easily installed through composer.
composer require minidfx/owncloud-interfaces
or add these lines into your composer.json
{
"require-dev": {
"minidfx/owncloud-interfaces": "@dev"
}
}
Package used in the project SimpleImapAuthentication4ownCloud to be build on Travis.