Skip to content

Commit a80b5bc

Browse files
committed
更新依赖
1 parent f8860d5 commit a80b5bc

File tree

731 files changed

+69151
-64023
lines changed

Some content is hidden

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

731 files changed

+69151
-64023
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "freenom域名自动续期。",
44
"type": "project",
55
"require": {
6-
"php": ">=7.1.0",
6+
"php": ">=7.3",
77
"ext-curl": "*",
88
"ext-openssl": "*",
9-
"guzzlehttp/guzzle": "^6.3",
9+
"guzzlehttp/guzzle": "^7.4.1",
1010
"monolog/monolog": "^1.24",
1111
"bramus/monolog-colored-line-formatter": "~2.0",
1212
"phpmailer/phpmailer": "^6.0",
@@ -34,5 +34,8 @@
3434
"files": [
3535
"app/helpers.php"
3636
]
37+
},
38+
"config": {
39+
"platform-check": false
3740
}
3841
}

0 commit comments

Comments
 (0)