mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-11-15 03:09:59 +01:00
build(deps): bump cweagans/composer-patches from 1.7.3 to 2.0.0
Bumps [cweagans/composer-patches](https://github.com/cweagans/composer-patches) from 1.7.3 to 2.0.0. - [Release notes](https://github.com/cweagans/composer-patches/releases) - [Commits](https://github.com/cweagans/composer-patches/compare/1.7.3...2.0.0) --- updated-dependencies: - dependency-name: cweagans/composer-patches dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
15841f5512
commit
8bf974e588
@ -26,7 +26,7 @@
|
||||
"clue/socks-react": "^1.4",
|
||||
"clue/stdio-react": "^2.6",
|
||||
"components/jquery": "3.7.*",
|
||||
"cweagans/composer-patches": "~1.0",
|
||||
"cweagans/composer-patches": "~2.0",
|
||||
"dompdf/dompdf": "^3.1.0",
|
||||
"dragonmantank/cron-expression": "^3",
|
||||
"erusev/parsedown": "^1.7.4",
|
||||
|
||||
103
composer.lock
generated
103
composer.lock
generated
@ -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": "b3fa15f1701819998685ac0876c5ce53",
|
||||
"content-hash": "eccdf60fd94e31fe356a5f6a7167e0e6",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@ -932,30 +932,99 @@
|
||||
"time": "2023-09-22T01:43:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cweagans/composer-patches",
|
||||
"version": "1.7.3",
|
||||
"name": "cweagans/composer-configurable-plugin",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cweagans/composer-patches.git",
|
||||
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
|
||||
"url": "https://github.com/cweagans/composer-configurable-plugin.git",
|
||||
"reference": "15433906511a108a1806710e988629fd24b89974"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
|
||||
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
|
||||
"url": "https://api.github.com/repos/cweagans/composer-configurable-plugin/zipball/15433906511a108a1806710e988629fd24b89974",
|
||||
"reference": "15433906511a108a1806710e988629fd24b89974",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.0 || ^2.0",
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=8.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "~1.0 || ~2.0",
|
||||
"phpunit/phpunit": "~4.6"
|
||||
"codeception/codeception": "~4.0",
|
||||
"codeception/module-asserts": "^2.0",
|
||||
"composer/composer": "~2.0",
|
||||
"php-coveralls/php-coveralls": "~2.0",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.0.0",
|
||||
"phpro/grumphp": "^1.8.0",
|
||||
"sebastian/phpcpd": "^6.0",
|
||||
"squizlabs/php_codesniffer": "^3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"cweagans\\Composer\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Cameron Eagans",
|
||||
"email": "me@cweagans.net"
|
||||
}
|
||||
],
|
||||
"description": "Provides a lightweight configuration system for Composer plugins.",
|
||||
"support": {
|
||||
"issues": "https://github.com/cweagans/composer-configurable-plugin/issues",
|
||||
"source": "https://github.com/cweagans/composer-configurable-plugin/tree/2.0.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/cweagans",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-12T04:58:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cweagans/composer-patches",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cweagans/composer-patches.git",
|
||||
"reference": "bfa6018a5f864653d9ed899b902ea72f858a2cf7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/bfa6018a5f864653d9ed899b902ea72f858a2cf7",
|
||||
"reference": "bfa6018a5f864653d9ed899b902ea72f858a2cf7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^2.0",
|
||||
"cweagans/composer-configurable-plugin": "^2.0",
|
||||
"ext-json": "*",
|
||||
"php": ">=8.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "~4.0",
|
||||
"codeception/module-asserts": "^2.0",
|
||||
"codeception/module-cli": "^2.0",
|
||||
"codeception/module-filesystem": "^2.0",
|
||||
"composer/composer": "~2.0",
|
||||
"php-coveralls/php-coveralls": "~2.0",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.0.0",
|
||||
"phpro/grumphp": "^1.8.0",
|
||||
"sebastian/phpcpd": "^6.0",
|
||||
"squizlabs/php_codesniffer": "^4.0"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "cweagans\\Composer\\Patches"
|
||||
"_": "The following two lines ensure that composer-patches is loaded as early as possible.",
|
||||
"class": "cweagans\\Composer\\Plugin\\Patches",
|
||||
"plugin-modifies-downloads": true,
|
||||
"plugin-modifies-install-path": true
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -975,9 +1044,15 @@
|
||||
"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.3"
|
||||
"source": "https://github.com/cweagans/composer-patches/tree/2.0.0"
|
||||
},
|
||||
"time": "2022-12-20T22:53:13+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/cweagans",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-10-30T23:44:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/collections",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user