Compare commits
6 commits
28bbba8eb6
...
ea8ec81c84
| Author | SHA1 | Date | |
|---|---|---|---|
| ea8ec81c84 | |||
| 416b518aa3 | |||
| f4de01ea03 | |||
| 2cd950ccab | |||
| 2770f22a65 | |||
| 348fec21c9 |
4 changed files with 823 additions and 293 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
name: agaric-coop
|
name: agaric-coop
|
||||||
type: drupal9
|
type: drupal10
|
||||||
docroot: web
|
docroot: web
|
||||||
php_version: "8.1"
|
php_version: "8.3"
|
||||||
webserver_type: apache-fpm
|
webserver_type: apache-fpm
|
||||||
router_http_port: "80"
|
router_http_port: "80"
|
||||||
router_https_port: "443"
|
router_https_port: "443"
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@
|
||||||
"drupal/backup_migrate": "^5",
|
"drupal/backup_migrate": "^5",
|
||||||
"drupal/block_class": "^4",
|
"drupal/block_class": "^4",
|
||||||
"drupal/bpmn_io": "^2",
|
"drupal/bpmn_io": "^2",
|
||||||
|
"drupal/bsky": "^1",
|
||||||
"drupal/cancel_button": "^1",
|
"drupal/cancel_button": "^1",
|
||||||
"drupal/ckeditor_markdown": "^1.3",
|
"drupal/ckeditor_markdown": "^1.3",
|
||||||
"drupal/ckeditorheight": "^1",
|
"drupal/ckeditorheight": "^1",
|
||||||
|
|
@ -186,6 +187,7 @@
|
||||||
"cweagans/composer-patches": true,
|
"cweagans/composer-patches": true,
|
||||||
"drupal/core-composer-scaffold": true,
|
"drupal/core-composer-scaffold": true,
|
||||||
"drupal/core-project-message": false,
|
"drupal/core-project-message": false,
|
||||||
|
"php-http/discovery": true,
|
||||||
"wikimedia/composer-merge-plugin": true
|
"wikimedia/composer-merge-plugin": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -231,7 +233,8 @@
|
||||||
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
|
||||||
},
|
},
|
||||||
"drupal/markdown": {
|
"drupal/markdown": {
|
||||||
"Explain Unknown parsers more clearly - also fixes status check 403 [#3529633]": "https://git.drupalcode.org/project/markdown/-/merge_requests/51.diff"
|
"Explain Unknown parsers more clearly - also fixes status check 403 [#3529633]": "https://git.drupalcode.org/project/markdown/-/merge_requests/51.diff",
|
||||||
|
"Fix fatal error with Drush 13 due to MarkdownCommands replacing logger [#3483437]": "https://www.drupal.org/files/issues/2025-09-02/3483437-markdown--fix-drush-13.diff"
|
||||||
},
|
},
|
||||||
"drupal/stripe": {
|
"drupal/stripe": {
|
||||||
"Don't load Stripe JS on every page": "https://www.drupal.org/files/issues/2021-08-12/dont-load-strip-js-on-every-page-3225280.diff"
|
"Don't load Stripe JS on every page": "https://www.drupal.org/files/issues/2021-08-12/dont-load-strip-js-on-every-page-3225280.diff"
|
||||||
|
|
|
||||||
1096
composer.lock
generated
1096
composer.lock
generated
File diff suppressed because it is too large
Load diff
11
web/sites/default/settings.local.php
Normal file
11
web/sites/default/settings.local.php
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// @codingStandardsIgnoreFile
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* Local development specific site settings.
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Disable posting via mposse.
|
||||||
|
$config['mposse.settings']['soft_disable'] = '1';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue