Fix composer json

This commit is contained in:
Matias De lellis
2022-04-28 11:34:54 -03:00
parent 5e573c2625
commit c261e7e0fc

View File

@@ -1,8 +1,8 @@
{ {
"require-dev": { "require-dev": {
"psalm/phar": "^4.10", "psalm/phar": "^4.10",
"christophwurst/nextcloud": "^21.0", "christophwurst/nextcloud": "^22.0",
"psr/container": "^2.0" "psr/container": "^1.0"
}, },
"scripts": { "scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",