feat: add iCloud integration
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
"relay/relay": "^3.0",
|
||||
"ext-pdo": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"ext-zip": "*"
|
||||
"ext-zip": "*",
|
||||
"php-http/curl-client": "^2.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^2.1",
|
||||
@@ -59,7 +60,8 @@
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"phpstan/extension-installer": true
|
||||
"phpstan/extension-installer": true,
|
||||
"php-http/discovery": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user