Skip to content

Commit 8e47aa2

Browse files
authored
docs: update LICENSE and README (#22)
1 parent a592b04 commit 8e47aa2

4 files changed

Lines changed: 2 additions & 33 deletions

File tree

File renamed without changes.

LICENSE.pdf

-333 KB
Binary file not shown.

LICENSES.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,7 @@ syslog or other destinations.
1414

1515
### Composer
1616

17-
Install the package through composer. Since this is currently a private package, you must
18-
enable the repository in your `composer.json` file:
19-
20-
```json
21-
{
22-
"repositories": [
23-
{
24-
"type": "vcs",
25-
"url": "git@github.com:minvws/nl-rdo-php-audit-logger-bundle"
26-
}
27-
]
28-
}
29-
```
30-
31-
After that, you can install the package:
17+
Install the package through composer:
3218

3319
```bash
3420
$ composer require minvws/audit-logger-bundle
@@ -117,7 +103,7 @@ Creating a custom event is easy. You can create a new class that extends the `Mi
117103
If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository of this package.
118104

119105
## License
120-
This package is open-source and released under the European Union Public License version 1.2. You are free to use, modify, and distribute the package in accordance with the terms of the license.
106+
This package is open-source and released under the European Union Public License version 1.2. You are free to use, modify and distribute the package in accordance with the terms of the license.
121107

122108
## Part of iCore
123109
This package is part of the iCore project.

0 commit comments

Comments
 (0)