Skip to content

Commit feecf5d

Browse files
committed
Bumped version
1 parent a5ff764 commit feecf5d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

README.md

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

99
PHP7+
1010

11+
## Installation
12+
13+
Include the library in your project using composer:
14+
15+
{
16+
"require-dev": {
17+
"codecollab/form": "^1"
18+
}
19+
}
20+
1121
## Status
1222

1323
No unit tests are available yet until we reach a stable API. The API of this package *will* change so it is adviced to simply not use it.
@@ -20,5 +30,9 @@ No unit tests are available yet until we reach a stable API. The API of this pac
2030

2131
[MIT][mit]
2232

33+
## Security issues
34+
35+
If you found a security issue please contact directly by mail instead of using the issue tracker at codecollab-security@pieterhordijk.com
36+
2337
[contributing]: https://github.com/CodeCollab/Form/blob/master/CONTRIBUTING.md
2438
[mit]: http://spdx.org/licenses/MIT

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codecollab/form",
33
"description": "Form package of the CodeCollab project",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"type": "library",
66
"keywords": ["codecollab", "form"],
77
"homepage": "https://github.com/CodeCollab/Form",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)