Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update composer deps
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky committed Jul 18, 2024
commit 4cd5fe32c6100d44283ab588486aea6b0b216a0a
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
"php": "^8.1 || ^8.2 || ^8.3"
},
"require-dev": {
"nextcloud/coding-standard": "^1.1",
"nextcloud/coding-standard": "^1.2",
"nextcloud/ocp": "dev-master",
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^9.6",
"psalm/phar": "^5.15",
"friendsofphp/php-cs-fixer": "3.38"
"phpunit/phpunit": "^10.5",
"psalm/phar": "^5.25"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
Expand Down
Loading