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.
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/minidfx/owncloud-interfaces
Requires
- php: >=5.4.0
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.