From 8a10dae49fb7b8e7c477d09956e6f6ba34231f8b Mon Sep 17 00:00:00 2001
From: Patrick
Date: Tue, 2 Jul 2024 11:48:55 -0400
Subject: [PATCH] SP-988: Update composer usage and gitattributes file
---
.gitattributes | 1 -
modules/gateways/bitpaycheckout/composer.json | 6 ------
2 files changed, 7 deletions(-)
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