1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00

Add the package license for composer

Signed-off-by: Christophe Coevoet <stof@notk.org>
This commit is contained in:
Christophe Coevoet 2015-03-18 15:57:16 +01:00
parent f99c8ac42c
commit 7bb1dfaaf1

View File

@ -1,6 +1,7 @@
{
"name": "ovh/ovh",
"description": "Wrapper for OVH APIs",
"license": "BSD-3-Clause",
"require": {
"guzzlehttp/guzzle": ">=4.0,<6.0"
},