Skip to content

Commit a5f021d

Browse files
Update installation instruction in readme
1 parent 9b2ef20 commit a5f021d

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,7 @@ library, but includes some unique features like delegates.
2121

2222
## Installation
2323

24-
Install the package through composer. Since this is currently a private package, you must
25-
enable the repository in your `composer.json` file:
26-
27-
```json
28-
{
29-
"repositories": {
30-
"minvws/codable": {
31-
"type": "vcs",
32-
"url": "[email protected]:minvws/icore-php-codable"
33-
}
34-
}
35-
}
36-
```
37-
38-
After that, you can install the package:
24+
You can install the package via composer:
3925

4026
```shell
4127
composer require minvws/codable

0 commit comments

Comments
 (0)