33 lines
712 B
JSON
33 lines
712 B
JSON
{
|
|
"name": "matiasdelellis/facerecognition",
|
|
"type": "project",
|
|
"license": "AGPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "Matias De Lellis"
|
|
},
|
|
{
|
|
"name": "Branko Kokanovic"
|
|
}
|
|
],
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.0"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.0"
|
|
},
|
|
"require-dev": {
|
|
"nextcloud/ocp": "dev-stable28",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^4.10",
|
|
"scrutinizer/ocular": "^1.8",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
|
|
"psalm": "psalm.phar"
|
|
}
|
|
}
|