Skip to content

Commit ba5dd00

Browse files
rimi-itkjekuaitk
authored andcommitted
Cleaned up composer.json
1 parent 1b0c85d commit ba5dd00

File tree

1 file changed

+18
-30
lines changed

1 file changed

+18
-30
lines changed

composer.json

Lines changed: 18 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@
5757
"http-interop/http-factory-guzzle": "^1.0.0",
5858
"itk-dev/beskedfordeler-drupal": "^1.0",
5959
"itk-dev/serviceplatformen": "^1.5",
60+
"mglaman/composer-drupal-lenient": "^1.0",
6061
"os2web/os2web_audit": "^0.1.6",
61-
"os2web/os2web_datalookup": "dev-feature/os2web_key as 1.12.0",
62+
"os2web/os2web_datalookup": "dev-feature/os2web_key as 2.0.0",
6263
"os2web/os2web_key": "^1.0",
6364
"os2web/os2web_nemlogin": "^1.0",
6465
"os2web/os2web_simplesaml": "dev-master",
@@ -67,8 +68,7 @@
6768
"symfony/options-resolver": "^5.4 || ^6.0",
6869
"webmozart/path-util": "^2.3",
6970
"wsdltophp/packagebase": "^5.0",
70-
"zaporylie/composer-drupal-optimizations": "^1.2",
71-
"mglaman/composer-drupal-lenient": "^1.0"
71+
"zaporylie/composer-drupal-optimizations": "^1.2"
7272
},
7373
"require-dev": {
7474
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
@@ -101,6 +101,7 @@
101101
"cweagans/composer-patches": true,
102102
"dealerdirect/phpcodesniffer-composer-installer": true,
103103
"ergebnis/composer-normalize": true,
104+
"mglaman/composer-drupal-lenient": true,
104105
"phpstan/extension-installer": true,
105106
"simplesamlphp/composer-module-installer": true,
106107
"vaimo/composer-patches": true,
@@ -110,35 +111,34 @@
110111
},
111112
"extra": {
112113
"composer-exit-on-patch-failure": false,
114+
"drupal-lenient": {
115+
"allowed-list": [
116+
"drupal/coc_forms_auto_export",
117+
"drupal/webform_node_element"
118+
]
119+
},
113120
"enable-patching": true,
114121
"patches": {
122+
"drupal/coc_forms_auto_export": {
123+
"3240592 - Problem with phpseclib requirement in 2.x (https://www.drupal.org/project/coc_forms_auto_export/issues/3240592)": "https://www.drupal.org/files/issues/2021-10-04/requirement-namespace-3240592-1.patch",
124+
"3286562 - Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2022-06-15/coc_forms_auto_export.2.0.x-dev.rector.patch",
125+
"3259009 - PHP Warnings/Notices on Download Page": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/1.diff"
126+
},
115127
"drupal/entity_print": {
116128
"2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch"
117129
},
118130
"drupal/webform": {
119131
"Unlock possibility of using Entity print module export to Word": "https://www.drupal.org/files/issues/2020-02-29/3096552-6.patch",
120132
"Webform computed element post save alter": "https://www.drupal.org/files/issues/2024-06-25/webform_computed_post_save_field_alter.patch",
121133
"Add custom hook (hook_webform_post_load_data) for audit logging": "https://gist.githubusercontent.com/cableman/d26898fc8f65ee0a31001bf391583b59/raw/6189dc4c2ceaabb19d25cc4b98b0b3028a6b0e1e/gistfile1.txt"
122-
123-
},
124-
"drupal/coc_forms_auto_export": {
125-
"3240592 - Problem with phpseclib requirement in 2.x (https://www.drupal.org/project/coc_forms_auto_export/issues/3240592)": "https://www.drupal.org/files/issues/2021-10-04/requirement-namespace-3240592-1.patch",
126-
"3286562 - Automated Drupal 10 compatibility fixes" : "https://www.drupal.org/files/issues/2022-06-15/coc_forms_auto_export.2.0.x-dev.rector.patch",
127-
"3259009 - PHP Warnings/Notices on Download Page" : "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/1.diff"
128-
},
129-
"drupal/webform_node_element": {
130-
"3290637 - Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2023-05-12/webform_node_element_d10-3290637-11.patch"
131134
},
132135
"drupal/webform_encrypt": {
133136
"Ensure data is base64 encoded (https://www.drupal.org/project/webform_encrypt/issues/3399414)": "https://git.drupalcode.org/project/webform_encrypt/-/merge_requests/4.patch",
134137
"PHP Warning if unserialize fails (https://www.drupal.org/project/webform_encrypt/issues/3292305)": "https://www.drupal.org/files/issues/2022-06-23/unserialize-php-notice.patch"
138+
},
139+
"drupal/webform_node_element": {
140+
"3290637 - Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2023-05-12/webform_node_element_d10-3290637-11.patch"
135141
}
136-
},
137-
"drupal-lenient": {
138-
"allowed-list": [
139-
"drupal/coc_forms_auto_export",
140-
"drupal/webform_node_element"
141-
]
142142
}
143143
},
144144
"scripts": {
@@ -160,17 +160,5 @@
160160
"coding-standards-check/phpcs": [
161161
"phpcs --standard=phpcs.xml.dist"
162162
]
163-
},
164-
"config": {
165-
"sort-packages": true,
166-
"allow-plugins": {
167-
"cweagans/composer-patches": true,
168-
"dealerdirect/phpcodesniffer-composer-installer": true,
169-
"phpstan/extension-installer": true,
170-
"simplesamlphp/composer-module-installer": true,
171-
"vaimo/composer-patches": true,
172-
"zaporylie/composer-drupal-optimizations": true,
173-
"mglaman/composer-drupal-lenient": true
174-
}
175163
}
176164
}

0 commit comments

Comments
 (0)