Skip to content

Commit

Permalink
composer.json maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck committed Apr 2, 2021
1 parent f7ea2d2 commit 69970f9
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,25 @@
"description": "Creates CycloneDX Software Bill-of-Materials (SBOM) from PHP Composer projects",
"type": "composer-plugin",
"license": "Apache-2.0",
"homepage": "https://github.com/CycloneDX/cyclonedx-php-composer/",
"support": {
"issues": "https://github.com/CycloneDX/cyclonedx-php-composer/issues"
},
"authors": [
{
"name": "nscuro",
"email": "[email protected]"
"email": "[email protected]",
"role": "Developer"
}
],
"extra": {
"class": "CycloneDX\\ComposerPlugin"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"prefer-stable": true,
"require": {
"php": "^7.1 || ^8.0",
"ext-xmlwriter": "*",
Expand All @@ -30,8 +43,5 @@
"test": [
"phpunit --bootstrap vendor/autoload.php tests"
]
},
"extra": {
"class": "CycloneDX\\ComposerPlugin"
}
}

0 comments on commit 69970f9

Please sign in to comment.