mirror of
https://github.com/chenasraf/nextcloud-app-template.git
synced 2026-05-18 01:29:09 +00:00
11 lines
128 B
JSON
11 lines
128 B
JSON
{
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^1.2"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1"
|
|
}
|
|
}
|
|
}
|