update location php api library
Showing
... | @@ -9,16 +9,9 @@ | ... | @@ -9,16 +9,9 @@ |
], | ], | ||
"repositories": [ | "repositories": [ | ||
{ | { | ||
"type": "package", | "adyen": { | ||
"package": { | "type": "vcs", | ||
"name": "adyen/adyen-php-api-library", | "url": "git@github.com:Adyen/adyen-php-api-library.git" | ||
"version": "0.1.0", | |||
"type": "package", | |||
"source": { | |||
"url": "https://github.com/Adyen/adyen-php-api-library", | |||
"type": "git", | |||
"reference": "master" | |||
} | |||
} | } | ||
} | } | ||
], | ], | ||
... | @@ -37,7 +30,7 @@ | ... | @@ -37,7 +30,7 @@ |
"magento/module-theme": "100.0.*", | "magento/module-theme": "100.0.*", | ||
"magento/framework": "100.0.*", | "magento/framework": "100.0.*", | ||
"magento/magento-composer-installer": "*", | "magento/magento-composer-installer": "*", | ||
"adyen/adyen-php-api-library": "*" | "adyen/php-api-library": "*" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"files": [ | "files": [ | ||
... | ... |
Please register or sign in to comment