Skip to content
Snippets Groups Projects

Upgrade build to composer 2.2.7

Merged ale requested to merge composer-2 into master
2 files
+ 51
10
Compare changes
  • Side-by-side
  • Inline
Files
2
  • b94f31c0
    Drop event-list package, and a patch · b94f31c0
    ale authored
    The event-list module is not currently downloadable, so it breaks
    the build.
    
    The fix-ssl-wp-content patch should no longer be necessary.
+ 51
9
@@ -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"
}
Loading