Skip to content

Commit a6f3f33

Browse files
committed
Merge branch '9.3.x' into subscriptions
2 parents 196ad4a + 6767e93 commit a6f3f33

File tree

183 files changed

+3733
-2703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+3733
-2703
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ test/unit/_html
1515
PrivateKey.key
1616

1717
# Local development
18-
.lando.yml
18+
.lando.yml
19+
20+
BitPay.config.json
21+
**/BitPay.config.json
22+
BitPay.config.yml
23+
**/BitPay.config.yml

composer.json

Lines changed: 5 additions & 4 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 || ^7.0"
22+
"symfony/console": "^4.4 || ^5.4 || ^6.4 || ^7.3.1"
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": [

0 commit comments

Comments
 (0)