Skip to content

Commit

Permalink
Use composer install
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Kim <[email protected]>
  • Loading branch information
gary-kim committed Oct 23, 2021
1 parent 58defa6 commit 905f16d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion configs/v22.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"circles": {
"repo": "https://github.com/nextcloud/circles",
"before_cmds": [
"composer i"
"composer install",
"composer dumpautoload"
]
},
"files_pdfviewer": {
Expand Down
3 changes: 2 additions & 1 deletion configs/v22.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"circles": {
"repo": "https://github.com/nextcloud/circles",
"before_cmds": [
"composer i"
"composer install",
"composer dumpautoload"
]
},
"files_pdfviewer": {
Expand Down
3 changes: 2 additions & 1 deletion configs/v22.1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"circles": {
"repo": "https://github.com/nextcloud/circles",
"before_cmds": [
"composer i"
"composer install",
"composer dumpautoload"
]
},
"files_pdfviewer": {
Expand Down
3 changes: 2 additions & 1 deletion configs/v22.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"circles": {
"repo": "https://github.com/nextcloud/circles",
"before_cmds": [
"composer i"
"composer install",
"composer dumpautoload"
]
},
"files_pdfviewer": {
Expand Down

0 comments on commit 905f16d

Please sign in to comment.