mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Fix composer json
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user