Skip to content
Snippets Groups Projects

Update dependency cweagans/composer-patches to v1.7.3

Merged renovate requested to merge renovate/cweagans-composer-patches-1.x into master
Compare and Show latest version
3 files
+ 48
42
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
0
@@ -109,6 +109,12 @@ define('SMTP_FROM', 'noreply@autistici.org');
define('SMTP_NAME', 'NoBlogs');
define('SMTP_DEBUG', 0);
/* Set the cookie hash once and for all. Avoids one SQL
* lookup on every request. This is just md5(https://noblogs.org/)
* to match the value that Wordpress would compute itself.
*/
define('COOKIEHASH', '7d12c307721c1cbe9412c639209d72aa');
/**#@+
* Authentication Unique Keys and Salts.
*
Loading