We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb5d73 commit 8a10daeCopy full SHA for 8a10dae
.gitattributes
@@ -28,4 +28,3 @@
28
.gitignore export-ignore
29
.travis.yml export-ignore
30
build.xml export-ignore
31
-composer.json export-ignore
modules/gateways/bitpaycheckout/composer.json
@@ -12,11 +12,5 @@
12
"require": {
13
"bitpay/sdk": "^9.0",
14
"php": "^8.1 || ^8.2 || ^8.3"
15
- },
16
- "autoload": {
17
- "files": ["lib/functions.php"],
18
- "psr-4": {
19
- "Sample\\": "lib/Sample/"
20
- }
21
}
22
0 commit comments