Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions composer/helpers/v1/composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "dependabot/composer-v1-helper",
"description": "A helper package for Dependabot to perform updates using Composer",
"license": "The Prosperity Public License 2.0.0",
Copy link
Copy Markdown
Member Author

@jeffwidman jeffwidman Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PHPStan will still complain about this, since it's not a SPDX identifier: https://github.com/dependabot/dependabot-core/actions/runs/3049309247/jobs/4915246993#step:6:175

I looked into submitting this license for inclusion into SPDX index, but after reading through spdx/license-list-XML#960 decided that wasn't worth pursuing further.

I could have used "proprietary", but decided to just ignore that warning for now.

"require": {
"php": "^7.4",
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion composer/helpers/v1/composer.lock

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

3 changes: 3 additions & 0 deletions composer/helpers/v2/composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "dependabot/composer-v2-helper",
"description": "A helper package for Dependabot to perform updates using Composer",
"license": "The Prosperity Public License 2.0.0",
"require": {
"php": "^7.4",
"ext-json": "*",
Expand Down
Loading