Skip to content

Commit bc20f04

Browse files
authored
Merge pull request #93 from p-maguire/5.0.x
SP-988: Update composer usage and gitattributes file
2 parents feb5d73 + 8a10dae commit bc20f04

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)