diff --git a/composer.json b/composer.json index cd814471b2a066e648d75f64c5d3e7a1eded37de..b4b9a11f23355f4a3b88f71cc21728b02ab6f2d5 100644 --- a/composer.json +++ b/composer.json @@ -103,7 +103,7 @@ "noblogs/eu-compliance": "0.1.0", "noblogs/nospam": "0.2.3", "noblogs/themes-misc": "0.1.28", - "stuttter/ludicrousdb": "5.0.0", + "humanmade/ludicrousdb": "5.0.6", "wpackagist-plugin/creative-commons": "^2021.04", "wpackagist-plugin/disable-remove-google-fonts": "1.5.5", "wpackagist-plugin/footnotes": "2.7.3", @@ -132,7 +132,7 @@ ], "installer-paths": { "app/wp-content/db-plugins/{$name}/": [ - "stuttter/ludicrousdb" + "humanmade/ludicrousdb" ], "app/{$name}": [ "type:wordpress-dropin" @@ -190,7 +190,7 @@ "package:noblogs/themes-misc" ], "app/wp-content": [ - "package:stuttter/ludicrousdb:ludicrousdb/drop-ins/db.php,ludicrousdb/drop-ins/db-error.php", + "package:humanmade/ludicrousdb:ludicrousdb/drop-ins/db.php,ludicrousdb/drop-ins/db-error.php", "package:wpackagist-plugin/wp-super-cache:advanced-cache.php" ], "app": [ diff --git a/composer.lock b/composer.lock index edc4ca67ffa8251cb8dd5169f2216f9a2c62e9d3..8521db577f9ee28b27778c3bc81dc8f82e5863d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c152e953a330e6c8262ed1b47906b29b", + "content-hash": "0dfd1a02bcb1c211f933a022cbbf5c04", "packages": [ { "name": "bjornjohansen/wplang", @@ -248,6 +248,53 @@ }, "time": "2022-12-20T22:53:13+00:00" }, + { + "name": "humanmade/ludicrousdb", + "version": "5.0.6", + "source": { + "type": "git", + "url": "https://github.com/humanmade/ludicrousdb.git", + "reference": "d1ecfd7fd59c6b629c4018fb89a1434d6d897a4c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/humanmade/ludicrousdb/zipball/d1ecfd7fd59c6b629c4018fb89a1434d6d897a4c", + "reference": "d1ecfd7fd59c6b629c4018fb89a1434d6d897a4c", + "shasum": "" + }, + "require": { + "composer/installers": "~1.0", + "php": ">=5.2" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2", + "phpcompatibility/phpcompatibility-wp": "^2.1", + "sirbrillig/phpcs-variable-analysis": "^2.8", + "wp-coding-standards/wpcs": "^2.2" + }, + "type": "wordpress-muplugin", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "John James Jacoby", + "email": "johnjamesjacoby@me.com" + }, + { + "name": "Jonny Harris", + "email": "jon@spacedmonkey.co.uk" + } + ], + "description": "LudicrousDB is a database class that supports replication, failover, load balancing, & partitioning, based on Automattic's HyperDB drop-in.", + "homepage": "https://github.com/humanmade/ludicrousdb", + "support": { + "issues": "https://github.com/humanmade/ludicrousdb/issues", + "source": "https://github.com/humanmade/ludicrousdb" + }, + "time": "2023-05-19T19:41:28+00:00" + }, { "name": "johnpbloch/wordpress", "version": "6.3.1", @@ -813,47 +860,6 @@ }, "time": "2021-12-15T12:32:42+00:00" }, - { - "name": "stuttter/ludicrousdb", - "version": "5.0.0", - "source": { - "type": "git", - "url": "https://github.com/stuttter/ludicrousdb.git", - "reference": "a6256d45888493e77156c79926501eadbb7f65f0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/stuttter/ludicrousdb/zipball/a6256d45888493e77156c79926501eadbb7f65f0", - "reference": "a6256d45888493e77156c79926501eadbb7f65f0", - "shasum": "" - }, - "require": { - "composer/installers": "~1.0", - "php": ">=5.2" - }, - "type": "wordpress-muplugin", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "John James Jacoby", - "email": "johnjamesjacoby@me.com" - }, - { - "name": "Jonny Harris", - "email": "jon@spacedmonkey.co.uk" - } - ], - "description": "LudicrousDB is a database class that supports replication, failover, load balancing, & partitioning, based on Automattic's HyperDB drop-in.", - "homepage": "https://github.com/stuttter/ludicrousdb", - "support": { - "issues": "https://github.com/stuttter/ludicrousdb/issues", - "source": "https://github.com/stuttter/ludicrousdb" - }, - "time": "2019-10-18T17:56:48+00:00" - }, { "name": "wpackagist-plugin/activitypub", "version": "0.17.0",