Skip to content

Commit a3f21c2

Browse files
Issue #71: Switch Persistent Log module to our Drupal 11 fork:
- Upgrading drupal/dblog_persistent (2.1.1 => 2.1.x-dev bfb516b)
1 parent d3dfd2e commit a3f21c2

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
"url": "https://github.com/Ambient-Impact/drupal-ambientimpact-ux.git",
4747
"only": ["drupal/ambientimpact_ux"]
4848
},
49+
{
50+
"type": "vcs",
51+
"url": "https://gitlab.com/neurocracy/omnipedia/modules/forks/dblog-persistent.git",
52+
"only": ["drupal/dblog_persistent"]
53+
},
4954
{
5055
"type": "vcs",
5156
"url": "https://gitlab.com/neurocracy/omnipedia/modules/forks/maintenance200.git",
@@ -178,7 +183,7 @@
178183
"drupal/core-composer-scaffold": "^10.5",
179184
"drupal/core-recommended": "^10.5",
180185
"drupal/csp": "^2.1",
181-
"drupal/dblog_persistent": "^2.0",
186+
"drupal/dblog_persistent": "2.1.x-dev as 2.1.1",
182187
"drupal/diff": "^1.0",
183188
"drupal/disable_link_rel": "^2.0",
184189
"drupal/entity_usage": "^2.0@beta",

composer.lock

Lines changed: 21 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)