mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-11 21:59:13 +00:00
45952221b0
- add: curl ext to project requirements
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OCP\\": "dev-environment/nextcloud_source/lib/public/",
|
|
"OCA\\Files_External\\": "dev-environment/nextcloud_source/apps/files_external/lib/",
|
|
"OCA\\Files_External_Ethswarm\\": "lib/"
|
|
}
|
|
},
|
|
"require": {
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^0.5.0",
|
|
"christophwurst/nextcloud": "^22"
|
|
}
|
|
}
|