mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Merge pull request #7226 from wallabag/dependabot/composer/ergebnis/composer-normalize-2.42.0
Bump ergebnis/composer-normalize from 2.28.3 to 2.42.0
This commit is contained in:
commit
0d23ace304
2 changed files with 234 additions and 93 deletions
|
@ -85,7 +85,7 @@
|
|||
"jms/serializer-bundle": "^5.4",
|
||||
"laminas/laminas-code": "^4.7.1",
|
||||
"lcobucci/jwt": "^4.3",
|
||||
"mgargano/simplehtmldom": "~1.5",
|
||||
"mgargano/simplehtmldom": "^1.5",
|
||||
"mnapoli/piwik-twig-extension": "^3.0",
|
||||
"nelmio/api-doc-bundle": "^4.16.2",
|
||||
"nelmio/cors-bundle": "^2.4",
|
||||
|
@ -208,9 +208,9 @@
|
|||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"phpstan/extension-installer": true,
|
||||
"ergebnis/composer-normalize": true,
|
||||
"php-http/discovery": true,
|
||||
"ergebnis/composer-normalize": true
|
||||
"phpstan/extension-installer": true
|
||||
},
|
||||
"bin-dir": "bin",
|
||||
"platform": {
|
||||
|
|
321
composer.lock
generated
321
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": "8ecb69d5eb2536de6459ad5c74c04ab2",
|
||||
"content-hash": "c0050b756aaba6f8c2827bc0ec8c8b78",
|
||||
"packages": [
|
||||
{
|
||||
"name": "babdev/pagerfanta-bundle",
|
||||
|
@ -16045,35 +16045,40 @@
|
|||
},
|
||||
{
|
||||
"name": "ergebnis/composer-normalize",
|
||||
"version": "2.28.3",
|
||||
"version": "2.42.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ergebnis/composer-normalize.git",
|
||||
"reference": "ec75a2bf751f6fec165e9ea0262655b8ca397e5c"
|
||||
"reference": "02cf2b69ad2a74c6f11a8c3f5f054b8f949df910"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/ec75a2bf751f6fec165e9ea0262655b8ca397e5c",
|
||||
"reference": "ec75a2bf751f6fec165e9ea0262655b8ca397e5c",
|
||||
"url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/02cf2b69ad2a74c6f11a8c3f5f054b8f949df910",
|
||||
"reference": "02cf2b69ad2a74c6f11a8c3f5f054b8f949df910",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^2.0.0",
|
||||
"ergebnis/json-normalizer": "~2.1.0",
|
||||
"ergebnis/json-printer": "^3.2.0",
|
||||
"ergebnis/json": "^1.2.0",
|
||||
"ergebnis/json-normalizer": "^4.5.0",
|
||||
"ergebnis/json-printer": "^3.5.0",
|
||||
"ext-json": "*",
|
||||
"justinrainbow/json-schema": "^5.2.12",
|
||||
"localheinz/diff": "^1.1.1",
|
||||
"php": "^7.4 || ^8.0"
|
||||
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^2.3.9",
|
||||
"ergebnis/license": "^1.2.0",
|
||||
"ergebnis/php-cs-fixer-config": "^4.4.0",
|
||||
"fakerphp/faker": "^1.19.0",
|
||||
"phpunit/phpunit": "^9.5.21",
|
||||
"psalm/plugin-phpunit": "~0.17.0",
|
||||
"symfony/filesystem": "^5.4.9",
|
||||
"vimeo/psalm": "^4.24.0"
|
||||
"composer/composer": "^2.6.6",
|
||||
"ergebnis/license": "^2.4.0",
|
||||
"ergebnis/php-cs-fixer-config": "^6.20.0",
|
||||
"ergebnis/phpunit-slow-test-detector": "^2.9.0",
|
||||
"fakerphp/faker": "^1.23.1",
|
||||
"infection/infection": "~0.26.6",
|
||||
"phpunit/phpunit": "^9.6.16",
|
||||
"psalm/plugin-phpunit": "~0.18.4",
|
||||
"rector/rector": "~0.19.2",
|
||||
"symfony/filesystem": "^5.4.25",
|
||||
"vimeo/psalm": "^5.20.0"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
|
@ -16081,7 +16086,8 @@
|
|||
"composer-normalize": {
|
||||
"indent-size": 2,
|
||||
"indent-style": "space"
|
||||
}
|
||||
},
|
||||
"plugin-optional": true
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -16095,7 +16101,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Andreas Möller",
|
||||
"email": "am@localheinz.com"
|
||||
"email": "am@localheinz.com",
|
||||
"homepage": "https://localheinz.com"
|
||||
}
|
||||
],
|
||||
"description": "Provides a composer plugin for normalizing composer.json.",
|
||||
|
@ -16108,40 +16115,114 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ergebnis/composer-normalize/issues",
|
||||
"security": "https://github.com/ergebnis/composer-normalize/blob/main/.github/SECURITY.md",
|
||||
"source": "https://github.com/ergebnis/composer-normalize"
|
||||
},
|
||||
"time": "2022-07-05T16:09:10+00:00"
|
||||
"time": "2024-01-30T11:54:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ergebnis/json-normalizer",
|
||||
"version": "2.1.0",
|
||||
"name": "ergebnis/json",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ergebnis/json-normalizer.git",
|
||||
"reference": "2039eb11131a243b9204bf51219baa08935e6b1d"
|
||||
"url": "https://github.com/ergebnis/json.git",
|
||||
"reference": "a457f25a5ba7ea11fc94f84d53678c5211abfce0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/2039eb11131a243b9204bf51219baa08935e6b1d",
|
||||
"reference": "2039eb11131a243b9204bf51219baa08935e6b1d",
|
||||
"url": "https://api.github.com/repos/ergebnis/json/zipball/a457f25a5ba7ea11fc94f84d53678c5211abfce0",
|
||||
"reference": "a457f25a5ba7ea11fc94f84d53678c5211abfce0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ergebnis/json-printer": "^3.2.0",
|
||||
"ergebnis/json-schema-validator": "^2.0.0",
|
||||
"ext-json": "*",
|
||||
"justinrainbow/json-schema": "^5.2.11",
|
||||
"php": "^7.4 || ^8.0"
|
||||
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ergebnis/data-provider": "^1.0.0",
|
||||
"ergebnis/license": "^1.2.0",
|
||||
"ergebnis/php-cs-fixer-config": "^3.4.0",
|
||||
"fakerphp/faker": "^1.17.0",
|
||||
"infection/infection": "~0.25.5",
|
||||
"phpunit/phpunit": "^9.5.11",
|
||||
"psalm/plugin-phpunit": "~0.16.1",
|
||||
"vimeo/psalm": "^4.17.0"
|
||||
"ergebnis/data-provider": "^3.2.0",
|
||||
"ergebnis/license": "^2.4.0",
|
||||
"ergebnis/php-cs-fixer-config": "^6.20.0",
|
||||
"ergebnis/phpunit-slow-test-detector": "^2.9.0",
|
||||
"fakerphp/faker": "^1.23.1",
|
||||
"infection/infection": "~0.26.6",
|
||||
"phpunit/phpunit": "^9.6.16",
|
||||
"psalm/plugin-phpunit": "~0.18.4",
|
||||
"rector/rector": "~0.19.2",
|
||||
"vimeo/psalm": "^5.20.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"composer-normalize": {
|
||||
"indent-size": 2,
|
||||
"indent-style": "space"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Ergebnis\\Json\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andreas Möller",
|
||||
"email": "am@localheinz.com",
|
||||
"homepage": "https://localheinz.com"
|
||||
}
|
||||
],
|
||||
"description": "Provides a Json value object for representing a valid JSON string.",
|
||||
"homepage": "https://github.com/ergebnis/json",
|
||||
"keywords": [
|
||||
"json"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ergebnis/json/issues",
|
||||
"security": "https://github.com/ergebnis/json/blob/main/.github/SECURITY.md",
|
||||
"source": "https://github.com/ergebnis/json"
|
||||
},
|
||||
"time": "2024-01-29T15:09:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ergebnis/json-normalizer",
|
||||
"version": "4.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ergebnis/json-normalizer.git",
|
||||
"reference": "f0ee9e70739f121b27fac8b743e4a52b23de2152"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/f0ee9e70739f121b27fac8b743e4a52b23de2152",
|
||||
"reference": "f0ee9e70739f121b27fac8b743e4a52b23de2152",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ergebnis/json": "^1.2.0",
|
||||
"ergebnis/json-pointer": "^3.4.0",
|
||||
"ergebnis/json-printer": "^3.5.0",
|
||||
"ergebnis/json-schema-validator": "^4.2.0",
|
||||
"ext-json": "*",
|
||||
"justinrainbow/json-schema": "^5.2.12",
|
||||
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/semver": "^3.4.0",
|
||||
"ergebnis/data-provider": "^3.2.0",
|
||||
"ergebnis/license": "^2.4.0",
|
||||
"ergebnis/php-cs-fixer-config": "^6.20.0",
|
||||
"ergebnis/phpunit-slow-test-detector": "^2.9.0",
|
||||
"fakerphp/faker": "^1.23.1",
|
||||
"infection/infection": "~0.26.6",
|
||||
"phpunit/phpunit": "^9.6.16",
|
||||
"psalm/plugin-phpunit": "~0.18.4",
|
||||
"rector/rector": "~0.19.4",
|
||||
"vimeo/psalm": "^5.20.0"
|
||||
},
|
||||
"suggest": {
|
||||
"composer/semver": "If you want to use ComposerJsonNormalizer or VersionConstraintNormalizer"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -16156,7 +16237,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Andreas Möller",
|
||||
"email": "am@localheinz.com"
|
||||
"email": "am@localheinz.com",
|
||||
"homepage": "https://localheinz.com"
|
||||
}
|
||||
],
|
||||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
|
||||
|
@ -16167,43 +16249,107 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ergebnis/json-normalizer/issues",
|
||||
"security": "https://github.com/ergebnis/json-normalizer/blob/main/.github/SECURITY.md",
|
||||
"source": "https://github.com/ergebnis/json-normalizer"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/localheinz",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-01-04T11:19:55+00:00"
|
||||
"time": "2024-01-30T09:10:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ergebnis/json-printer",
|
||||
"version": "3.2.0",
|
||||
"name": "ergebnis/json-pointer",
|
||||
"version": "3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ergebnis/json-printer.git",
|
||||
"reference": "651cab2b7604a6b338d0d16749f5ea0851a68005"
|
||||
"url": "https://github.com/ergebnis/json-pointer.git",
|
||||
"reference": "b654757d873050622c2166f55ab25d04685261c5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ergebnis/json-printer/zipball/651cab2b7604a6b338d0d16749f5ea0851a68005",
|
||||
"reference": "651cab2b7604a6b338d0d16749f5ea0851a68005",
|
||||
"url": "https://api.github.com/repos/ergebnis/json-pointer/zipball/b654757d873050622c2166f55ab25d04685261c5",
|
||||
"reference": "b654757d873050622c2166f55ab25d04685261c5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ergebnis/data-provider": "^3.2.0",
|
||||
"ergebnis/license": "^2.4.0",
|
||||
"ergebnis/php-cs-fixer-config": "^6.20.0",
|
||||
"ergebnis/phpunit-slow-test-detector": "^2.9.0",
|
||||
"fakerphp/faker": "^1.23.1",
|
||||
"infection/infection": "~0.26.6",
|
||||
"phpunit/phpunit": "^9.6.16",
|
||||
"psalm/plugin-phpunit": "~0.18.4",
|
||||
"rector/rector": "~0.19.2",
|
||||
"vimeo/psalm": "^5.20.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"composer-normalize": {
|
||||
"indent-size": 2,
|
||||
"indent-style": "space"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Ergebnis\\Json\\Pointer\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andreas Möller",
|
||||
"email": "am@localheinz.com",
|
||||
"homepage": "https://localheinz.com"
|
||||
}
|
||||
],
|
||||
"description": "Provides an abstraction of a JSON pointer.",
|
||||
"homepage": "https://github.com/ergebnis/json-pointer",
|
||||
"keywords": [
|
||||
"RFC6901",
|
||||
"json",
|
||||
"pointer"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ergebnis/json-pointer/issues",
|
||||
"security": "https://github.com/ergebnis/json-pointer/blob/main/.github/SECURITY.md",
|
||||
"source": "https://github.com/ergebnis/json-pointer"
|
||||
},
|
||||
"time": "2024-01-29T16:37:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ergebnis/json-printer",
|
||||
"version": "3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ergebnis/json-printer.git",
|
||||
"reference": "549e16fe6de34b8c3aee7b421be12caa552f3ced"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ergebnis/json-printer/zipball/549e16fe6de34b8c3aee7b421be12caa552f3ced",
|
||||
"reference": "549e16fe6de34b8c3aee7b421be12caa552f3ced",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"php": "^7.4 || ^8.0"
|
||||
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ergebnis/license": "^1.1.0",
|
||||
"ergebnis/php-cs-fixer-config": "^3.4.0",
|
||||
"fakerphp/faker": "^1.17.0",
|
||||
"infection/infection": "~0.25.5",
|
||||
"phpunit/phpunit": "^9.5.11",
|
||||
"psalm/plugin-phpunit": "~0.16.1",
|
||||
"vimeo/psalm": "^4.16.1"
|
||||
"ergebnis/data-provider": "^3.2.0",
|
||||
"ergebnis/license": "^2.4.0",
|
||||
"ergebnis/php-cs-fixer-config": "^6.20.0",
|
||||
"ergebnis/phpunit-slow-test-detector": "^2.9.0",
|
||||
"fakerphp/faker": "^1.23.1",
|
||||
"infection/infection": "~0.26.6",
|
||||
"phpunit/phpunit": "^9.6.16",
|
||||
"psalm/plugin-phpunit": "~0.18.4",
|
||||
"rector/rector": "~0.19.2",
|
||||
"vimeo/psalm": "^5.20.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -16218,7 +16364,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Andreas Möller",
|
||||
"email": "am@localheinz.com"
|
||||
"email": "am@localheinz.com",
|
||||
"homepage": "https://localheinz.com"
|
||||
}
|
||||
],
|
||||
"description": "Provides a JSON printer, allowing for flexible indentation.",
|
||||
|
@ -16230,45 +16377,43 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ergebnis/json-printer/issues",
|
||||
"security": "https://github.com/ergebnis/json-printer/blob/main/.github/SECURITY.md",
|
||||
"source": "https://github.com/ergebnis/json-printer"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/localheinz",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2021-12-27T12:39:13+00:00"
|
||||
"time": "2024-01-29T15:33:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ergebnis/json-schema-validator",
|
||||
"version": "2.0.0",
|
||||
"version": "4.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ergebnis/json-schema-validator.git",
|
||||
"reference": "dacd8a47c1cc2c426ec71e952da3609ebe901fac"
|
||||
"reference": "10ed514fdc3f9b71f8a92c567afea21a2f6fa1ef"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ergebnis/json-schema-validator/zipball/dacd8a47c1cc2c426ec71e952da3609ebe901fac",
|
||||
"reference": "dacd8a47c1cc2c426ec71e952da3609ebe901fac",
|
||||
"url": "https://api.github.com/repos/ergebnis/json-schema-validator/zipball/10ed514fdc3f9b71f8a92c567afea21a2f6fa1ef",
|
||||
"reference": "10ed514fdc3f9b71f8a92c567afea21a2f6fa1ef",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ergebnis/json": "^1.2.0",
|
||||
"ergebnis/json-pointer": "^3.4.0",
|
||||
"ext-json": "*",
|
||||
"justinrainbow/json-schema": "^5.2.10",
|
||||
"php": "^7.4 || ^8.0"
|
||||
"justinrainbow/json-schema": "^5.2.12",
|
||||
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ergebnis/composer-normalize": "^2.18.0",
|
||||
"ergebnis/data-provider": "^1.0.0",
|
||||
"ergebnis/license": "^1.1.0",
|
||||
"ergebnis/php-cs-fixer-config": "~3.4.0",
|
||||
"fakerphp/faker": "^1.17.0",
|
||||
"infection/infection": "~0.25.3",
|
||||
"phpunit/phpunit": "~9.5.10",
|
||||
"psalm/plugin-phpunit": "~0.16.1",
|
||||
"vimeo/psalm": "^4.15.0"
|
||||
"ergebnis/data-provider": "^3.2.0",
|
||||
"ergebnis/license": "^2.4.0",
|
||||
"ergebnis/php-cs-fixer-config": "^6.20.0",
|
||||
"ergebnis/phpunit-slow-test-detector": "^2.9.0",
|
||||
"fakerphp/faker": "^1.23.1",
|
||||
"infection/infection": "~0.26.6",
|
||||
"phpunit/phpunit": "^9.6.16",
|
||||
"psalm/plugin-phpunit": "~0.18.4",
|
||||
"rector/rector": "~0.19.2",
|
||||
"vimeo/psalm": "^5.20.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -16289,7 +16434,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Andreas Möller",
|
||||
"email": "am@localheinz.com"
|
||||
"email": "am@localheinz.com",
|
||||
"homepage": "https://localheinz.com"
|
||||
}
|
||||
],
|
||||
"description": "Provides a JSON schema validator, building on top of justinrainbow/json-schema.",
|
||||
|
@ -16301,15 +16447,10 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ergebnis/json-schema-validator/issues",
|
||||
"security": "https://github.com/ergebnis/json-schema-validator/blob/main/.github/SECURITY.md",
|
||||
"source": "https://github.com/ergebnis/json-schema-validator"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/localheinz",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2021-12-13T16:54:56+00:00"
|
||||
"time": "2024-01-29T16:50:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "friendsofphp/php-cs-fixer",
|
||||
|
|
Loading…
Reference in a new issue