plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -2,17 +2,17 @@
"packages": [
{
"name": "composer/installers",
"version": "v2.2.0",
"version_normalized": "2.2.0.0",
"version": "v2.3.0",
"version_normalized": "2.3.0.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "c29dc4b93137acb82734f672c37e029dfbd95b35"
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35",
"reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",
"url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
"shasum": ""
},
"require": {
@@ -20,14 +20,14 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^5.3",
"symfony/process": "^5"
"composer/composer": "^1.10.27 || ^2.7",
"composer/semver": "^1.7.2 || ^3.4.0",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1",
"symfony/phpunit-bridge": "^7.1.1",
"symfony/process": "^5 || ^6 || ^7"
},
"time": "2022-08-20T06:45:11+00:00",
"time": "2024-06-24T20:46:46+00:00",
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
@@ -84,6 +84,7 @@
"cockpit",
"codeigniter",
"concrete5",
"concreteCMS",
"croogo",
"dokuwiki",
"drupal",
@@ -130,7 +131,7 @@
],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v2.2.0"
"source": "https://github.com/composer/installers/tree/v2.3.0"
},
"funding": [
{
@@ -186,6 +187,55 @@
"source": "https://github.com/dangoodman/composer-for-wordpress/tree/2.0.2"
},
"install-path": "../dangoodman/composer-for-wordpress"
},
{
"name": "wp-media/plugin-family",
"version": "v1.0.2",
"version_normalized": "1.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/wp-media/plugin-family.git",
"reference": "1b827eed34842de10fa3c94fec3a0f32b14be8bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-media/plugin-family/zipball/1b827eed34842de10fa3c94fec3a0f32b14be8bd",
"reference": "1b827eed34842de10fa3c94fec3a0f32b14be8bd",
"shasum": ""
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpstan/extension-installer": "^1.4",
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^3",
"wp-media/phpunit": "^3"
},
"time": "2024-10-25T16:27:40+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"WPMedia\\PluginFamily\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "WP Media",
"email": "contact@wp-media.me",
"homepage": "https://wp-media.me"
}
],
"description": "Organizes and displays WP Media plugin family across other members.",
"support": {
"issues": "https://github.com/wp-media/plugin-family/issues",
"source": "https://github.com/wp-media/plugin-family/tree/v1.0.2"
},
"install-path": "../wp-media/plugin-family"
}
],
"dev": false,