Skip to content

Commit

Permalink
deps: Add Valinor as dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 29, 2023
1 parent 7ced2bc commit 3a7e72e
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 147 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"require": {
"bamarni/composer-bin-plugin": "^1.8",
"cuyz/valinor": "^1.6",
"firebase/php-jwt": "^6.3"
},
"extra": {
Expand All @@ -50,7 +51,8 @@
"classmap_directory": "/lib/autoload/",
"classmap_prefix": "NEXTCLOUDTALK_",
"packages": [
"firebase/php-jwt"
"firebase/php-jwt",
"cuyz/valinor"
]
}
}
Expand Down
126 changes: 125 additions & 1 deletion 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/csfixer/composer.lock

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

Loading

0 comments on commit 3a7e72e

Please sign in to comment.