diff --git a/.gitattributes b/.gitattributes index d4d51e8..0ab9e79 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,4 +28,3 @@ .gitignore export-ignore .travis.yml export-ignore build.xml export-ignore -composer.json export-ignore diff --git a/modules/gateways/bitpaycheckout/composer.json b/modules/gateways/bitpaycheckout/composer.json index d4f7d3e..e804add 100644 --- a/modules/gateways/bitpaycheckout/composer.json +++ b/modules/gateways/bitpaycheckout/composer.json @@ -12,11 +12,5 @@ "require": { "bitpay/sdk": "^9.0", "php": "^8.1 || ^8.2 || ^8.3" - }, - "autoload": { - "files": ["lib/functions.php"], - "psr-4": { - "Sample\\": "lib/Sample/" - } } } \ No newline at end of file