-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename "PhpComposer" to just "Composer"
This implicitly fixes the mapping in GitLabLicenseModelMapper and Identifier which are already using the "Composer", as that simply is the common name. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
5dea2dd
commit 3db97fe
Showing
31 changed files
with
216 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../php-composer-expected-output-no-deps.yml → ...etic/composer-expected-output-no-deps.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
project: | ||
id: "PhpComposer:ort:composer-test-project:0.1.0" | ||
definition_file_path: "analyzer/src/funTest/assets/projects/synthetic/php-composer/with-provide/composer.json" | ||
id: "Composer:ort:composer-test-project:0.1.0" | ||
definition_file_path: "analyzer/src/funTest/assets/projects/synthetic/composer/with-provide/composer.json" | ||
declared_licenses: | ||
- "Apache-2.0" | ||
- "MIT" | ||
|
@@ -21,13 +21,13 @@ project: | |
scopes: | ||
- name: "require" | ||
dependencies: | ||
- id: "PhpComposer:ort:child:1.0.0" | ||
- id: "PhpComposer:ort:virtual2:1.0.0" | ||
- id: "Composer:ort:child:1.0.0" | ||
- id: "Composer:ort:virtual2:1.0.0" | ||
- name: "require-dev" | ||
dependencies: [] | ||
packages: | ||
- id: "PhpComposer:ort:child:1.0.0" | ||
purl: "pkg:phpcomposer/ort/[email protected]" | ||
- id: "Composer:ort:child:1.0.0" | ||
purl: "pkg:composer/ort/[email protected]" | ||
declared_licenses: [] | ||
declared_licenses_processed: {} | ||
description: "" | ||
|
@@ -52,8 +52,8 @@ packages: | |
url: "" | ||
revision: "" | ||
path: "" | ||
- id: "PhpComposer:ort:virtual2:1.0.0" | ||
purl: "pkg:phpcomposer/ort/[email protected]" | ||
- id: "Composer:ort:virtual2:1.0.0" | ||
purl: "pkg:composer/ort/[email protected]" | ||
declared_licenses: [] | ||
declared_licenses_processed: {} | ||
description: "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
project: | ||
id: "PhpComposer:ort:composer-test-project:0.1.0" | ||
definition_file_path: "analyzer/src/funTest/assets/projects/synthetic/php-composer/with-replace/composer.json" | ||
id: "Composer:ort:composer-test-project:0.1.0" | ||
definition_file_path: "analyzer/src/funTest/assets/projects/synthetic/composer/with-replace/composer.json" | ||
declared_licenses: | ||
- "Apache-2.0" | ||
- "MIT" | ||
|
@@ -21,12 +21,12 @@ project: | |
scopes: | ||
- name: "require" | ||
dependencies: | ||
- id: "PhpComposer:ort:child2:1.0.0" | ||
- id: "Composer:ort:child2:1.0.0" | ||
- name: "require-dev" | ||
dependencies: [] | ||
packages: | ||
- id: "PhpComposer:ort:child2:1.0.0" | ||
purl: "pkg:phpcomposer/ort/[email protected]" | ||
- id: "Composer:ort:child2:1.0.0" | ||
purl: "pkg:composer/ort/[email protected]" | ||
declared_licenses: [] | ||
declared_licenses_processed: {} | ||
description: "" | ||
|
Oops, something went wrong.