Skip to content

Commit 06fe12d

Browse files
committed
2755: Applied security updates
1 parent 8d052f3 commit 06fe12d

File tree

2 files changed

+1439
-995
lines changed

2 files changed

+1439
-995
lines changed

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ergebnis/composer-normalize": "^2.42",
7070
"kint-php/kint": "^5.0",
7171
"mglaman/phpstan-drupal": "^1.2",
72-
"os2loop/os2loop_fixtures": "dev-main",
72+
"os2loop/os2loop_fixtures": "^1.0",
7373
"phpspec/prophecy-phpunit": "^2.0",
7474
"phpstan/extension-installer": "^1.3",
7575
"phpstan/phpstan-deprecation-rules": "^1.1",
@@ -103,7 +103,13 @@
103103
},
104104
"os2loop/os2loop_fixtures": {
105105
"type": "path",
106-
"url": "web/profiles/custom/os2loop/modules/os2loop_fixtures"
106+
"url": "web/profiles/custom/os2loop/modules/os2loop_fixtures",
107+
"options": {
108+
"symlink": false,
109+
"versions": {
110+
"os2loop/os2loop_fixtures": "1.0-dev"
111+
}
112+
}
107113
},
108114
"drupal/views_flag_refresh": {
109115
"type": "package",
@@ -131,7 +137,8 @@
131137
"drupal/core-project-message": true,
132138
"ergebnis/composer-normalize": true,
133139
"php-http/discovery": true,
134-
"phpstan/extension-installer": true
140+
"phpstan/extension-installer": true,
141+
"tbachert/spi": true
135142
},
136143
"process-timeout": 0,
137144
"sort-packages": true
@@ -205,7 +212,7 @@
205212
"Handle undefined index when using form states (https://www.drupal.org/project/drupal/issues/2700667)": "https://www.drupal.org/files/issues/2020-03-11/2700667-104.patch"
206213
},
207214
"drupal/devel": {
208-
"Public methods are not visible in kint (https://www.drupal.org/project/devel/issues/3112201)": "https://www.drupal.org/files/issues/2022-04-26/devel_3112201_4.patch"
215+
"Public methods are not visible in kint (https://gitlab.com/drupalspoons/devel/-/issues/221 via https://www.drupal.org/project/devel/issues/3112201)": "https://gitlab.com/-/project/18040690/uploads/7897853cd83cb829ae8d752657e2f497/kint.221-5-3.patch"
209216
},
210217
"drupal/entity_print": {
211218
"Add page count https://www.drupal.org/project/entity_print/issues/2823430": "https://www.drupal.org/files/issues/2023-07-10/entity_print-dompdf_page_count-2823430-14.patch",

0 commit comments

Comments
 (0)