Skip to content

Commit 1939ace

Browse files
committed
SP-X Updating dependencies and tests, adding generated config files to gitignore, adding phpcs
1 parent 0c6293b commit 1939ace

File tree

6 files changed

+497
-366
lines changed

6 files changed

+497
-366
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ composer.phar
1212
.phpunit.result.cache
1313
test/unit/_html
1414

15-
PrivateKey.key
15+
PrivateKey.key
16+
BitPay.config.json
17+
**/BitPay.config.json
18+
BitPay.config.yml
19+
**/BitPay.config.yml

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"ext-json": "*",
1717
"ext-reflection": "*",
1818
"bitpay/key-utils": "^2.1",
19-
"guzzlehttp/guzzle": "^7.0",
20-
"symfony/yaml": "^5.0 || ^6.0 || ^7.0",
19+
"guzzlehttp/guzzle": "^7.9",
20+
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
2121
"netresearch/jsonmapper": "^5.0",
22-
"symfony/console": "^4.4 || ^5.4 || ^6.0"
22+
"symfony/console": "^4.4 || ^5.4 || ^6.4"
2323
},
2424
"authors": [
2525
{
@@ -28,7 +28,8 @@
2828
}
2929
],
3030
"require-dev": {
31-
"phpunit/phpunit": "^10.5 || ^11.5 || ^12.0"
31+
"phpunit/phpunit": "^10.5 || ^11.5 || ^12.0",
32+
"squizlabs/php_codesniffer": "^3.13"
3233
},
3334
"scripts": {
3435
"setup": [
@@ -47,4 +48,4 @@
4748
"BitPaySDK\\Functional\\": "test/functional/BitPaySDK"
4849
}
4950
}
50-
}
51+
}

0 commit comments

Comments
 (0)