File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 49
49
composer validate --strict composer.json
50
50
# Check that dependencies resolve.
51
51
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
52
- - name : Check that composer file is normalized
53
- run : |
54
- composer normalize --dry-run
55
52
56
53
test-composer-normalized :
57
54
name : Check that composer.json is normalized
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ about writing changes to this log.
8
8
9
9
## [ Unreleased]
10
10
11
- * [ PR-1 ] ( https://github.com/itk-dev /os2forms_get_organized/pull/1 )
12
- Added support for os2web_key
11
+ * [ PR-14 ] ( https://github.com/OS2Forms /os2forms_get_organized/pull/14 )
12
+ Added support for [ Key ] ( https://www.drupal.org/project/key )
13
13
* [ PR-22] ( https://github.com/OS2Forms/os2forms_get_organized/pull/22 )
14
14
Normalized ` composer.json `
15
15
You can’t perform that action at this time.
0 commit comments