Skip to content

Commit 1083497

Browse files
committed
Updated readme
1 parent 05869bd commit 1083497

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Theme package of the CodeCollab project
44

55
[![Build Status](https://travis-ci.org/CodeCollab/Theme.svg?branch=master)](https://travis-ci.org/CodeCollab/Theme) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](mit) [![Latest Stable Version](https://poser.pugx.org/codecollab/theme/v/stable)](https://packagist.org/packages/codecollab/theme) [![Total Downloads](https://poser.pugx.org/codecollab/theme/downloads)](https://packagist.org/packages/codecollab/theme) [![Latest Unstable Version](https://poser.pugx.org/codecollab/theme/v/unstable)](https://packagist.org/packages/codecollab/theme)
66

7+
## Installation
8+
9+
Include the library in your project using composer:
10+
11+
{
12+
"require-dev": {
13+
"codecollab/theme": "^1"
14+
}
15+
}
16+
717
## Requirements
818

919
PHP7+
@@ -16,5 +26,9 @@ PHP7+
1626

1727
[MIT][mit]
1828

29+
## Security issues
30+
31+
If you found a security issue please contact directly by mail instead of using the issue tracker at codecollab-security@pieterhordijk.com
32+
1933
[contributing]: https://github.com/CodeCollab/Theme/blob/master/CONTRIBUTING.md
2034
[mit]: http://spdx.org/licenses/MIT

0 commit comments

Comments
 (0)