Skip to content

Commit 7a5ef5f

Browse files
authored
Merge pull request #3 from harryosmar/fix-composer-json
fix invalid `type` composer.json
2 parents 738fb1f + fd8c34c commit 7a5ef5f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "harryosmar/php-restful-api-response",
33
"description": "php restful api response implement PSR-7: HTTP message interfaces",
4-
"type": "library, composer-plugin",
4+
"type": "library",
55
"authors": [
66
{
77
"name": "Harry Sitohang",

readme.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
- *add this lines to your `composer.json` file*
2121
```
2222
{
23-
"repositories": [
24-
{
25-
"type": "vcs",
26-
"url": "git@github.com:harryosmar/php-restful-api-response.git"
27-
}
28-
],
2923
"require": {
3024
"harryosmar/php-restful-api-response": "^1.1"
3125
}

0 commit comments

Comments
 (0)