updated drush to 12 and drupal core to 10.2

This commit is contained in:
2025-01-27 11:16:32 +01:00
parent 0023c1230b
commit 11a7eb8a3f
49 changed files with 910 additions and 752 deletions

View File

@@ -29,11 +29,7 @@
* It is strongly recommended that you set zend.assertions=1 in the PHP.ini file
* (It cannot be changed from .htaccess or runtime) on development machines and
* to 0 or -1 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
assert_options(ASSERT_EXCEPTION, TRUE);
/**
* Enable local development services.