Skip to content

Commit

Permalink
Merge pull request #3 from harryosmar/fix-composer-json
Browse files Browse the repository at this point in the history
fix invalid `type` composer.json
  • Loading branch information
harryosmar authored Mar 8, 2018
2 parents 738fb1f + fd8c34c commit 7a5ef5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "harryosmar/php-restful-api-response",
"description": "php restful api response implement PSR-7: HTTP message interfaces",
"type": "library, composer-plugin",
"type": "library",
"authors": [
{
"name": "Harry Sitohang",
Expand Down
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
- *add this lines to your `composer.json` file*
```
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:harryosmar/php-restful-api-response.git"
}
],
"require": {
"harryosmar/php-restful-api-response": "^1.1"
}
Expand Down

0 comments on commit 7a5ef5f

Please sign in to comment.