Update composer.json
Showing
| ... | @@ -8,6 +8,8 @@ | ... | @@ -8,6 +8,8 @@ |
| "guzzlehttp/guzzle": "^6.2" | "guzzlehttp/guzzle": "^6.2" | ||
| }, | }, | ||
| "minimum-stability": "dev", | "minimum-stability": "dev", | ||
| "homepage": "https://camoo.cm", | |||
| "license": "MIT", | |||
| "prefer-stable" : true, | "prefer-stable" : true, | ||
| "require-dev": { | "require-dev": { | ||
| "php": ">=5.5.0" | "php": ">=5.5.0" | ||
| ... | @@ -28,5 +30,9 @@ | ... | @@ -28,5 +30,9 @@ |
| "psr-4": { | "psr-4": { | ||
| "CAMOO\\": "src/" | "CAMOO\\": "src/" | ||
| } | } | ||
| }, | |||
| "support": { | |||
| "issues": "https://github.com/camoo/Airtime/issues", | |||
| "source": "https://github.com/camoo/Airtime" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment