Skip to content

Commit

Permalink
fix: added required composer package for psalm
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski committed Oct 19, 2024
1 parent f3d117c commit 79c87ff
Show file tree
Hide file tree
Showing 5 changed files with 605 additions and 551 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"require": {
"php": ">= 8.1 <=8.3",
"bamarni/composer-bin-plugin": "^1.8.2"
"bamarni/composer-bin-plugin": "^1.8.2",
"nextcloud/ocp": "dev-master"
},
"scripts": {
"cs:fix": "php-cs-fixer fix",
Expand Down
252 changes: 250 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor-bin/cs-fixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 79c87ff

Please sign in to comment.