Skip to content

Commit a8c6002

Browse files
committed
Use composer install
Signed-off-by: Gary Kim <[email protected]>
1 parent 58defa6 commit a8c6002

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configs/v22.0.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"circles": {
4646
"repo": "https://github.com/nextcloud/circles",
4747
"before_cmds": [
48-
"composer i"
48+
"composer install"
4949
]
5050
},
5151
"files_pdfviewer": {

configs/v22.1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"circles": {
4646
"repo": "https://github.com/nextcloud/circles",
4747
"before_cmds": [
48-
"composer i"
48+
"composer install"
4949
]
5050
},
5151
"files_pdfviewer": {

configs/v22.1.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"circles": {
4646
"repo": "https://github.com/nextcloud/circles",
4747
"before_cmds": [
48-
"composer i"
48+
"composer install"
4949
]
5050
},
5151
"files_pdfviewer": {

configs/v22.2.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"circles": {
4646
"repo": "https://github.com/nextcloud/circles",
4747
"before_cmds": [
48-
"composer i"
48+
"composer install"
4949
]
5050
},
5151
"files_pdfviewer": {

0 commit comments

Comments
 (0)