Skip to content

Commit

Permalink
pin specific versions, because renovate should update them (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude authored Jun 13, 2024
1 parent 60ad9ee commit 7dd3fdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"require-dev": {
"nextcloud/ocp": "dev-stable28",
"psalm/phar": "^5.17.0",
"nextcloud/coding-standard": "^v1.1.1",
"symfony/console": "^6.4"
"symfony/console": "v6.4.8",
"psalm/phar": "5.24.0",
"nextcloud/coding-standard": "v1.2.1"
},
"scripts": {
"lint": "find lib -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
Expand All @@ -34,4 +34,4 @@
"php": "8.1"
}
}
}
}

0 comments on commit 7dd3fdf

Please sign in to comment.