Skip to content
Snippets Groups Projects
Commit b94f31c0 authored by ale's avatar ale
Browse files

Drop event-list package, and a patch

The event-list module is not currently downloadable, so it breaks
the build.

The fix-ssl-wp-content patch should no longer be necessary.
parent 91a6e80d
No related branches found
No related tags found
1 merge request!116Upgrade build to composer 2.2.7
This commit is part of merge request !116. Comments created here will be created in the context of that merge request.
......@@ -8,20 +8,20 @@
"packages": [
{
"name": "bjornjohansen/wplang",
"version": "0.1.1",
"version": "0.2.0",
"source": {
"type": "git",
"url": "https://github.com/bjornjohansen/wplang.git",
"reference": "3194a2a774b53a2622a7ac6bc20c44b04cb254a2"
"reference": "30e147e6438c7e873ffe9723c316ea9ac2ff26fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bjornjohansen/wplang/zipball/3194a2a774b53a2622a7ac6bc20c44b04cb254a2",
"reference": "3194a2a774b53a2622a7ac6bc20c44b04cb254a2",
"url": "https://api.github.com/repos/bjornjohansen/wplang/zipball/30e147e6438c7e873ffe9723c316ea9ac2ff26fb",
"reference": "30e147e6438c7e873ffe9723c316ea9ac2ff26fb",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0"
"composer-plugin-api": "^2.0"
},
"type": "composer-plugin",
"extra": {
......@@ -43,7 +43,11 @@
}
],
"description": "Composer plugin to download translation files from wordpress.org",
"time": "2019-04-03T08:08:14+00:00"
"support": {
"issues": "https://github.com/bjornjohansen/wplang/issues",
"source": "https://github.com/bjornjohansen/wplang/tree/0.2.0"
},
"time": "2021-10-27T19:29:47+00:00"
},
{
"name": "composer/installers",
......@@ -175,6 +179,10 @@
"zend",
"zikula"
],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.11.0"
},
"funding": [
{
"url": "https://packagist.com",
......@@ -233,6 +241,10 @@
}
],
"description": "Provides a way to patch Composer packages.",
"support": {
"issues": "https://github.com/cweagans/composer-patches/issues",
"source": "https://github.com/cweagans/composer-patches/tree/1.7.1"
},
"time": "2021-06-08T15:12:46+00:00"
},
{
......@@ -272,7 +284,14 @@
"cms",
"wordpress"
],
"time": "2022-03-11T00:51:43+00:00"
"support": {
"forum": "http://wordpress.org/support/",
"irc": "irc://irc.freenode.net/wordpress",
"issues": "http://core.trac.wordpress.org/",
"source": "http://core.trac.wordpress.org/browser",
"wiki": "http://codex.wordpress.org/"
},
"time": "2022-02-22T15:31:51+00:00"
},
{
"name": "johnpbloch/wordpress-core",
......@@ -322,7 +341,14 @@
"cms",
"wordpress"
],
"time": "2022-03-11T00:51:39+00:00"
"support": {
"forum": "https://wordpress.org/support/",
"irc": "irc://irc.freenode.net/wordpress",
"issues": "https://core.trac.wordpress.org/",
"source": "https://core.trac.wordpress.org/browser",
"wiki": "https://codex.wordpress.org/"
},
"time": "2022-02-22T15:31:48+00:00"
},
{
"name": "johnpbloch/wordpress-core-installer",
......@@ -372,6 +398,10 @@
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/johnpbloch/wordpress-core-installer/issues",
"source": "https://github.com/johnpbloch/wordpress-core-installer/tree/master"
},
"time": "2020-04-16T21:44:57+00:00"
},
{
......@@ -416,6 +446,10 @@
}
],
"description": "Install packages or a few files from packages into custom paths without overwriting existing stuff.",
"support": {
"issues": "https://github.com/Koodimonni/Composer-Dropin-Installer/issues",
"source": "https://github.com/Koodimonni/Composer-Dropin-Installer/tree/master"
},
"time": "2020-08-17T07:41:05+00:00"
},
{
......@@ -817,6 +851,10 @@
],
"description": "Extend the composer/installers plugin to accept any arbitrary package type.",
"homepage": "http://www.oomphinc.com/",
"support": {
"issues": "https://github.com/oomphinc/composer-installers-extender/issues",
"source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.0"
},
"time": "2020-08-11T21:06:11+00:00"
},
{
......@@ -854,6 +892,10 @@
],
"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"
},
{
......@@ -2424,5 +2466,5 @@
"php": ">=7.1"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
"plugin-api-version": "2.0.0"
}
{
"patches": {
"johnpbloch/wordpress-core": {
"Patch definition of WP_CONTENT_URL to include SSL when it might not ": "patches/core/0052-fix-ssl-wp-content-url.patch",
"Anonymize requests to api.wordpress.org for updates": "patches/core/anonymize-update.php.patch",
"Do not perform pingbacks and trackbacks when we update via cron": "patches/core/0103-Remove-pingback-trackback.patch",
"Load JS library locally instead than from Googleapis": "patches/core/0155-Removing-reference-to-googleapis-from-wp-includes-up.patch",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment