Commit ce5c3695 by Tobias Munk

updated dependencies and testing

parent 857feeb6
......@@ -50,7 +50,7 @@ using the following syntax: e.g. `[[name()]]`, `[[name\space\MyClass::name()]]`.
### Dependencies
- Additional code, eg. libraries, SHOULD be required in your `composer.json` file.
- Requirements SHOULD NOT include `dev` packages without a `stable` release.
- When extension is released in a stable version, its requirements SHOULD NOT include `dev` packages that do not have a `stable` release.
- Use appropriate version constraints, eg. `1.*`, `@stable` for requirements.
### Versioning
......@@ -100,4 +100,4 @@ Authorization
Testing your extension
----------------------
- Extension SHOULD be testable with *Codeception*.
\ No newline at end of file
- Extension SHOULD be testable with *PHPUnit*.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment