We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 738fb1f + fd8c34c commit 7a5ef5fCopy full SHA for 7a5ef5f
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "harryosmar/php-restful-api-response",
3
"description": "php restful api response implement PSR-7: HTTP message interfaces",
4
- "type": "library, composer-plugin",
+ "type": "library",
5
"authors": [
6
7
"name": "Harry Sitohang",
readme.md
@@ -20,12 +20,6 @@
20
- *add this lines to your `composer.json` file*
21
```
22
23
- "repositories": [
24
- {
25
- "type": "vcs",
26
- "url": "git@github.com:harryosmar/php-restful-api-response.git"
27
- }
28
- ],
29
"require": {
30
"harryosmar/php-restful-api-response": "^1.1"
31
}
0 commit comments