Skip to content

Commit

Permalink
Merge pull request #93 from p-maguire/5.0.x
Browse files Browse the repository at this point in the history
SP-988: Update composer usage and gitattributes file
  • Loading branch information
p-maguire authored Jul 2, 2024
2 parents feb5d73 + 8a10dae commit bc20f04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
.gitignore export-ignore
.travis.yml export-ignore
build.xml export-ignore
composer.json export-ignore
6 changes: 0 additions & 6 deletions modules/gateways/bitpaycheckout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
}
}

0 comments on commit bc20f04

Please sign in to comment.