Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,7 @@ library, but includes some unique features like delegates.

## Installation

Install the package through composer. Since this is currently a private package, you must
enable the repository in your `composer.json` file:

```json
{
"repositories": {
"minvws/codable": {
"type": "vcs",
"url": "[email protected]:minvws/icore-php-codable"
}
}
}
```

After that, you can install the package:
You can install the package via composer:

```shell
composer require minvws/codable
Expand Down