Skip to content

Commit 8a10dae

Browse files
committed
SP-988: Update composer usage and gitattributes file
1 parent feb5d73 commit 8a10dae

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@
2828
.gitignore export-ignore
2929
.travis.yml export-ignore
3030
build.xml export-ignore
31-
composer.json export-ignore

modules/gateways/bitpaycheckout/composer.json

-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,5 @@
1212
"require": {
1313
"bitpay/sdk": "^9.0",
1414
"php": "^8.1 || ^8.2 || ^8.3"
15-
},
16-
"autoload": {
17-
"files": ["lib/functions.php"],
18-
"psr-4": {
19-
"Sample\\": "lib/Sample/"
20-
}
2115
}
2216
}

0 commit comments

Comments
 (0)