owncloud / notes

:notebook_with_decorative_cover: Notes app for ownCloud
GNU Affero General Public License v3.0
195 stars 46 forks source link

Add composer allow-plugins #415

Closed kiranparajuli589 closed 2 years ago

kiranparajuli589 commented 2 years ago

Description

This PR commits the allow-plugins section for composer.json so that it is there for anyone who updates to composer 2.2.

Related

Part of https://github.com/owncloud/QA/issues/723

Note: This PR is created with a script. If there is any unexpected case in it, I will update manually.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

kiranparajuli589 commented 2 years ago

@phil-davis it logs:

❯ cd notes
❯ composer --version
Composer version 2.2.6 2022-02-04 17:00:38
❯ composer update
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
phil-davis commented 2 years ago

The end of composer.lock already has:

"plugin-api-version": "2.2.0"

so that part happened already in the past.

I will approve this PR.