Skip to content

Commit

Permalink
fix(deps): Remove dev dependency on nextcloud/ocp
Browse files Browse the repository at this point in the history
Only needed for psalm checks, which got moved to its own vendor-bin
environment.

This reverts commit df190af.
  • Loading branch information
mejo- committed Oct 23, 2024
1 parent 5661614 commit 073229e
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 309 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/behat-sqlite-encryption.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ jobs:

- name: Install composer dependencies
working-directory: apps/${{ env.APP_NAME }}
run: |
composer i
# remove as those dev dependencies pull in an outdated psr/log
composer remove --dev nextcloud/ocp
run: composer i

- name: Set up Nextcloud
env:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/behat-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ jobs:

- name: Install composer dependencies
working-directory: apps/${{ env.APP_NAME }}
run: |
composer i
# remove as those dev dependencies pull in an outdated psr/log
composer remove --dev nextcloud/ocp
run: composer i

- name: Set up Nextcloud
env:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"ext-dom": "*",
"bamarni/composer-bin-plugin": "^1.8",
"guzzlehttp/guzzle": "^7.8",
"nextcloud/ocp": "dev-stable27",
"rector/rector": "^1.2.0"
},
"scripts": {
Expand Down
253 changes: 3 additions & 250 deletions composer.lock

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

Loading

0 comments on commit 073229e

Please sign in to comment.