Skip to content
Snippets Groups Projects

chore(deps): lock file maintenance

Merged Pavel Břoušek requested to merge renovate/lock-file-maintenance into main
2 files
+ 602
1389
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 164
164
@@ -430,16 +430,16 @@
@@ -430,16 +430,16 @@
},
},
{
{
"name": "phpmailer/phpmailer",
"name": "phpmailer/phpmailer",
"version": "v6.6.0",
"version": "v6.6.3",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
"reference": "9400f305a898f194caff5521f64e5dfa926626f3"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9400f305a898f194caff5521f64e5dfa926626f3",
"reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
"reference": "9400f305a898f194caff5521f64e5dfa926626f3",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -451,8 +451,8 @@
@@ -451,8 +451,8 @@
"require-dev": {
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"doctrine/annotations": "^1.2",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6.2",
"squizlabs/php_codesniffer": "^3.6.2",
@@ -496,7 +496,7 @@
@@ -496,7 +496,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.0"
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.3"
},
},
"funding": [
"funding": [
{
{
@@ -504,7 +504,7 @@
@@ -504,7 +504,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "2022-02-28T15:31:21+00:00"
"time": "2022-06-20T09:21:02+00:00"
},
},
{
{
"name": "psr/cache",
"name": "psr/cache",
@@ -843,16 +843,16 @@
@@ -843,16 +843,16 @@
},
},
{
{
"name": "simplesamlphp/saml2",
"name": "simplesamlphp/saml2",
"version": "v4.6.0",
"version": "v4.6.3",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/simplesamlphp/saml2.git",
"url": "https://github.com/simplesamlphp/saml2.git",
"reference": "46d93daa9a96a1d896fe35cb75897a91e1795442"
"reference": "bfc9c79dd6b728a41d1de988f545f6e64728a51d"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/46d93daa9a96a1d896fe35cb75897a91e1795442",
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/bfc9c79dd6b728a41d1de988f545f6e64728a51d",
"reference": "46d93daa9a96a1d896fe35cb75897a91e1795442",
"reference": "bfc9c79dd6b728a41d1de988f545f6e64728a51d",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -860,7 +860,7 @@
@@ -860,7 +860,7 @@
"ext-openssl": "*",
"ext-openssl": "*",
"ext-zlib": "*",
"ext-zlib": "*",
"php": ">=7.1 || ^8.0",
"php": ">=7.1 || ^8.0",
"psr/log": "~1.1",
"psr/log": "~1.1 || ^2.0 || ^3.0",
"robrichards/xmlseclibs": "^3.1.1",
"robrichards/xmlseclibs": "^3.1.1",
"webmozart/assert": "^1.9"
"webmozart/assert": "^1.9"
},
},
@@ -895,9 +895,9 @@
@@ -895,9 +895,9 @@
"description": "SAML2 PHP library from SimpleSAMLphp",
"description": "SAML2 PHP library from SimpleSAMLphp",
"support": {
"support": {
"issues": "https://github.com/simplesamlphp/saml2/issues",
"issues": "https://github.com/simplesamlphp/saml2/issues",
"source": "https://github.com/simplesamlphp/saml2/tree/v4.6.0"
"source": "https://github.com/simplesamlphp/saml2/tree/v4.6.3"
},
},
"time": "2022-04-08T13:47:36+00:00"
"time": "2022-06-13T14:04:10+00:00"
},
},
{
{
"name": "simplesamlphp/simplesamlphp",
"name": "simplesamlphp/simplesamlphp",
@@ -2605,16 +2605,16 @@
@@ -2605,16 +2605,16 @@
},
},
{
{
"name": "symfony/cache",
"name": "symfony/cache",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/cache.git",
"url": "https://github.com/symfony/cache.git",
"reference": "4c6747cf7e56c6b8e3094dd24852bd3e364375b1"
"reference": "a50b7249bea81ddd6d3b799ce40c5521c2f72f0b"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/4c6747cf7e56c6b8e3094dd24852bd3e364375b1",
"url": "https://api.github.com/repos/symfony/cache/zipball/a50b7249bea81ddd6d3b799ce40c5521c2f72f0b",
"reference": "4c6747cf7e56c6b8e3094dd24852bd3e364375b1",
"reference": "a50b7249bea81ddd6d3b799ce40c5521c2f72f0b",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -2682,7 +2682,7 @@
@@ -2682,7 +2682,7 @@
"psr6"
"psr6"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.8"
"source": "https://github.com/symfony/cache/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -2698,7 +2698,7 @@
@@ -2698,7 +2698,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-26T13:19:20+00:00"
"time": "2022-05-21T10:24:18+00:00"
},
},
{
{
"name": "symfony/cache-contracts",
"name": "symfony/cache-contracts",
@@ -2781,16 +2781,16 @@
@@ -2781,16 +2781,16 @@
},
},
{
{
"name": "symfony/config",
"name": "symfony/config",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/config.git",
"url": "https://github.com/symfony/config.git",
"reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68"
"reference": "8f551fe22672ac7ab2c95fe46d899f960ed4d979"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/9f8964f56f7234f8ace16f66cb3fbae950c04e68",
"url": "https://api.github.com/repos/symfony/config/zipball/8f551fe22672ac7ab2c95fe46d899f960ed4d979",
"reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68",
"reference": "8f551fe22672ac7ab2c95fe46d899f960ed4d979",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -2840,7 +2840,7 @@
@@ -2840,7 +2840,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/config/tree/v5.4.8"
"source": "https://github.com/symfony/config/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -2856,20 +2856,20 @@
@@ -2856,20 +2856,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-12T16:02:29+00:00"
"time": "2022-05-17T10:39:36+00:00"
},
},
{
{
"name": "symfony/console",
"name": "symfony/console",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/console.git",
"url": "https://github.com/symfony/console.git",
"reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b"
"reference": "829d5d1bf60b2efeb0887b7436873becc71a45eb"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b",
"url": "https://api.github.com/repos/symfony/console/zipball/829d5d1bf60b2efeb0887b7436873becc71a45eb",
"reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b",
"reference": "829d5d1bf60b2efeb0887b7436873becc71a45eb",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -2939,7 +2939,7 @@
@@ -2939,7 +2939,7 @@
"terminal"
"terminal"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.8"
"source": "https://github.com/symfony/console/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -2955,20 +2955,20 @@
@@ -2955,20 +2955,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-12T16:02:29+00:00"
"time": "2022-05-18T06:17:34+00:00"
},
},
{
{
"name": "symfony/dependency-injection",
"name": "symfony/dependency-injection",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "855e29cd715ad62bb840c9841fe09a7cde50811f"
"reference": "beecae161577305926ec078c4ed973f2b98880b3"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/855e29cd715ad62bb840c9841fe09a7cde50811f",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/beecae161577305926ec078c4ed973f2b98880b3",
"reference": "855e29cd715ad62bb840c9841fe09a7cde50811f",
"reference": "beecae161577305926ec078c4ed973f2b98880b3",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3028,7 +3028,7 @@
@@ -3028,7 +3028,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.8"
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -3044,7 +3044,7 @@
@@ -3044,7 +3044,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-26T13:08:29+00:00"
"time": "2022-05-27T06:40:03+00:00"
},
},
{
{
"name": "symfony/deprecation-contracts",
"name": "symfony/deprecation-contracts",
@@ -3115,16 +3115,16 @@
@@ -3115,16 +3115,16 @@
},
},
{
{
"name": "symfony/error-handler",
"name": "symfony/error-handler",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "c1fcde614dfe99d62a83b796a53b8bad358b266a"
"reference": "c116cda1f51c678782768dce89a45f13c949455d"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/c1fcde614dfe99d62a83b796a53b8bad358b266a",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/c116cda1f51c678782768dce89a45f13c949455d",
"reference": "c1fcde614dfe99d62a83b796a53b8bad358b266a",
"reference": "c116cda1f51c678782768dce89a45f13c949455d",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3166,7 +3166,7 @@
@@ -3166,7 +3166,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.8"
"source": "https://github.com/symfony/error-handler/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -3182,20 +3182,20 @@
@@ -3182,20 +3182,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-12T15:48:08+00:00"
"time": "2022-05-21T13:57:48+00:00"
},
},
{
{
"name": "symfony/event-dispatcher",
"name": "symfony/event-dispatcher",
"version": "v5.4.3",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d"
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dec8a9f58d20df252b9cd89f1c6c1530f747685d",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
"reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d",
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3251,7 +3251,7 @@
@@ -3251,7 +3251,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.3"
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -3267,7 +3267,7 @@
@@ -3267,7 +3267,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-01-02T09:53:40+00:00"
"time": "2022-05-05T16:45:39+00:00"
},
},
{
{
"name": "symfony/event-dispatcher-contracts",
"name": "symfony/event-dispatcher-contracts",
@@ -3350,16 +3350,16 @@
@@ -3350,16 +3350,16 @@
},
},
{
{
"name": "symfony/filesystem",
"name": "symfony/filesystem",
"version": "v5.4.7",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "3a4442138d80c9f7b600fb297534ac718b61d37f"
"reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3a4442138d80c9f7b600fb297534ac718b61d37f",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/36a017fa4cce1eff1b8e8129ff53513abcef05ba",
"reference": "3a4442138d80c9f7b600fb297534ac718b61d37f",
"reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3394,7 +3394,7 @@
@@ -3394,7 +3394,7 @@
"description": "Provides basic utilities for the filesystem",
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.7"
"source": "https://github.com/symfony/filesystem/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -3410,7 +3410,7 @@
@@ -3410,7 +3410,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-01T12:33:59+00:00"
"time": "2022-05-20T13:55:35+00:00"
},
},
{
{
"name": "symfony/finder",
"name": "symfony/finder",
@@ -3477,16 +3477,16 @@
@@ -3477,16 +3477,16 @@
},
},
{
{
"name": "symfony/framework-bundle",
"name": "symfony/framework-bundle",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "e2423e443bd6e6d5371d5c72d5d1a98c8d9fbb45"
"reference": "1cb89cd3e36d5060545d0f223f00a774fa6430ef"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/e2423e443bd6e6d5371d5c72d5d1a98c8d9fbb45",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/1cb89cd3e36d5060545d0f223f00a774fa6430ef",
"reference": "e2423e443bd6e6d5371d5c72d5d1a98c8d9fbb45",
"reference": "1cb89cd3e36d5060545d0f223f00a774fa6430ef",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3544,7 +3544,7 @@
@@ -3544,7 +3544,7 @@
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/asset": "^5.3|^6.0",
"symfony/asset": "^5.3|^6.0",
"symfony/browser-kit": "^5.4|^6.0",
"symfony/browser-kit": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/console": "^5.4.9|^6.0.9",
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
"symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
"symfony/dotenv": "^5.1|^6.0",
"symfony/dotenv": "^5.1|^6.0",
@@ -3608,7 +3608,7 @@
@@ -3608,7 +3608,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.8"
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -3624,20 +3624,20 @@
@@ -3624,20 +3624,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-26T13:36:06+00:00"
"time": "2022-05-27T06:29:07+00:00"
},
},
{
{
"name": "symfony/http-foundation",
"name": "symfony/http-foundation",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "ff2818d1c3d49860bcae1f2cbb5eb00fcd3bf9e2"
"reference": "6b0d0e4aca38d57605dcd11e2416994b38774522"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/ff2818d1c3d49860bcae1f2cbb5eb00fcd3bf9e2",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6b0d0e4aca38d57605dcd11e2416994b38774522",
"reference": "ff2818d1c3d49860bcae1f2cbb5eb00fcd3bf9e2",
"reference": "6b0d0e4aca38d57605dcd11e2416994b38774522",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3681,7 +3681,7 @@
@@ -3681,7 +3681,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.4.8"
"source": "https://github.com/symfony/http-foundation/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -3697,20 +3697,20 @@
@@ -3697,20 +3697,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-22T08:14:12+00:00"
"time": "2022-05-17T15:07:29+00:00"
},
},
{
{
"name": "symfony/http-kernel",
"name": "symfony/http-kernel",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "cf7e61106abfc19b305ca0aedc41724ced89a02a"
"reference": "34b121ad3dc761f35fe1346d2f15618f8cbf77f8"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/cf7e61106abfc19b305ca0aedc41724ced89a02a",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/34b121ad3dc761f35fe1346d2f15618f8cbf77f8",
"reference": "cf7e61106abfc19b305ca0aedc41724ced89a02a",
"reference": "34b121ad3dc761f35fe1346d2f15618f8cbf77f8",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3793,7 +3793,7 @@
@@ -3793,7 +3793,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.4.8"
"source": "https://github.com/symfony/http-kernel/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -3809,20 +3809,20 @@
@@ -3809,20 +3809,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-27T17:22:21+00:00"
"time": "2022-05-27T07:09:08+00:00"
},
},
{
{
"name": "symfony/polyfill-ctype",
"name": "symfony/polyfill-ctype",
"version": "v1.25.0",
"version": "v1.26.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3837,7 +3837,7 @@
@@ -3837,7 +3837,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.23-dev"
"dev-main": "1.26-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
@@ -3875,7 +3875,7 @@
@@ -3875,7 +3875,7 @@
"portable"
"portable"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
},
},
"funding": [
"funding": [
{
{
@@ -3891,20 +3891,20 @@
@@ -3891,20 +3891,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-10-20T20:35:02+00:00"
"time": "2022-05-24T11:49:31+00:00"
},
},
{
{
"name": "symfony/polyfill-intl-grapheme",
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.25.0",
"version": "v1.26.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3916,7 +3916,7 @@
@@ -3916,7 +3916,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.23-dev"
"dev-main": "1.26-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
@@ -3956,7 +3956,7 @@
@@ -3956,7 +3956,7 @@
"shim"
"shim"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.0"
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
},
},
"funding": [
"funding": [
{
{
@@ -3972,20 +3972,20 @@
@@ -3972,20 +3972,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-11-23T21:10:46+00:00"
"time": "2022-05-24T11:49:31+00:00"
},
},
{
{
"name": "symfony/polyfill-intl-normalizer",
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.25.0",
"version": "v1.26.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -3997,7 +3997,7 @@
@@ -3997,7 +3997,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.23-dev"
"dev-main": "1.26-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
@@ -4040,7 +4040,7 @@
@@ -4040,7 +4040,7 @@
"shim"
"shim"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
},
},
"funding": [
"funding": [
{
{
@@ -4056,20 +4056,20 @@
@@ -4056,20 +4056,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-02-19T12:13:01+00:00"
"time": "2022-05-24T11:49:31+00:00"
},
},
{
{
"name": "symfony/polyfill-mbstring",
"name": "symfony/polyfill-mbstring",
"version": "v1.25.0",
"version": "v1.26.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -4084,7 +4084,7 @@
@@ -4084,7 +4084,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.23-dev"
"dev-main": "1.26-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
@@ -4123,7 +4123,7 @@
@@ -4123,7 +4123,7 @@
"shim"
"shim"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
},
},
"funding": [
"funding": [
{
{
@@ -4139,20 +4139,20 @@
@@ -4139,20 +4139,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-11-30T18:21:41+00:00"
"time": "2022-05-24T11:49:31+00:00"
},
},
{
{
"name": "symfony/polyfill-php72",
"name": "symfony/polyfill-php72",
"version": "v1.25.0",
"version": "v1.26.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -4161,7 +4161,7 @@
@@ -4161,7 +4161,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.23-dev"
"dev-main": "1.26-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
@@ -4199,7 +4199,7 @@
@@ -4199,7 +4199,7 @@
"shim"
"shim"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0"
"source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
},
},
"funding": [
"funding": [
{
{
@@ -4215,20 +4215,20 @@
@@ -4215,20 +4215,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-05-27T09:17:38+00:00"
"time": "2022-05-24T11:49:31+00:00"
},
},
{
{
"name": "symfony/polyfill-php73",
"name": "symfony/polyfill-php73",
"version": "v1.25.0",
"version": "v1.26.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -4237,7 +4237,7 @@
@@ -4237,7 +4237,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.23-dev"
"dev-main": "1.26-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
@@ -4278,7 +4278,7 @@
@@ -4278,7 +4278,7 @@
"shim"
"shim"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
"source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
},
},
"funding": [
"funding": [
{
{
@@ -4294,20 +4294,20 @@
@@ -4294,20 +4294,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-06-05T21:20:04+00:00"
"time": "2022-05-24T11:49:31+00:00"
},
},
{
{
"name": "symfony/polyfill-php80",
"name": "symfony/polyfill-php80",
"version": "v1.25.0",
"version": "v1.26.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -4316,7 +4316,7 @@
@@ -4316,7 +4316,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.23-dev"
"dev-main": "1.26-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
@@ -4361,7 +4361,7 @@
@@ -4361,7 +4361,7 @@
"shim"
"shim"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
},
},
"funding": [
"funding": [
{
{
@@ -4377,20 +4377,20 @@
@@ -4377,20 +4377,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-03-04T08:16:47+00:00"
"time": "2022-05-10T07:21:04+00:00"
},
},
{
{
"name": "symfony/polyfill-php81",
"name": "symfony/polyfill-php81",
"version": "v1.25.0",
"version": "v1.26.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -4399,7 +4399,7 @@
@@ -4399,7 +4399,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.23-dev"
"dev-main": "1.26-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
@@ -4440,7 +4440,7 @@
@@ -4440,7 +4440,7 @@
"shim"
"shim"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.25.0"
"source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
},
},
"funding": [
"funding": [
{
{
@@ -4456,7 +4456,7 @@
@@ -4456,7 +4456,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-09-13T13:58:11+00:00"
"time": "2022-05-24T11:49:31+00:00"
},
},
{
{
"name": "symfony/routing",
"name": "symfony/routing",
@@ -4633,16 +4633,16 @@
@@ -4633,16 +4633,16 @@
},
},
{
{
"name": "symfony/string",
"name": "symfony/string",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/string.git",
"url": "https://github.com/symfony/string.git",
"reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8"
"reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
"url": "https://api.github.com/repos/symfony/string/zipball/985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
"reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
"reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -4699,7 +4699,7 @@
@@ -4699,7 +4699,7 @@
"utf8"
"utf8"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.8"
"source": "https://github.com/symfony/string/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -4719,16 +4719,16 @@
@@ -4719,16 +4719,16 @@
},
},
{
{
"name": "symfony/var-dumper",
"name": "symfony/var-dumper",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "cdcadd343d31ad16fc5e006b0de81ea307435053"
"reference": "af52239a330fafd192c773795520dc2dd62b5657"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/cdcadd343d31ad16fc5e006b0de81ea307435053",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/af52239a330fafd192c773795520dc2dd62b5657",
"reference": "cdcadd343d31ad16fc5e006b0de81ea307435053",
"reference": "af52239a330fafd192c773795520dc2dd62b5657",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -4788,7 +4788,7 @@
@@ -4788,7 +4788,7 @@
"dump"
"dump"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.8"
"source": "https://github.com/symfony/var-dumper/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -4804,20 +4804,20 @@
@@ -4804,20 +4804,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-26T13:19:20+00:00"
"time": "2022-05-21T10:24:18+00:00"
},
},
{
{
"name": "symfony/var-exporter",
"name": "symfony/var-exporter",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "7e132a3fcd4b57add721b4207236877b6017ec93"
"reference": "63249ebfca4e75a357679fa7ba2089cfb898aa67"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/7e132a3fcd4b57add721b4207236877b6017ec93",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/63249ebfca4e75a357679fa7ba2089cfb898aa67",
"reference": "7e132a3fcd4b57add721b4207236877b6017ec93",
"reference": "63249ebfca4e75a357679fa7ba2089cfb898aa67",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -4861,7 +4861,7 @@
@@ -4861,7 +4861,7 @@
"serialize"
"serialize"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.4.8"
"source": "https://github.com/symfony/var-exporter/tree/v5.4.9"
},
},
"funding": [
"funding": [
{
{
@@ -4877,7 +4877,7 @@
@@ -4877,7 +4877,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-04-26T13:19:20+00:00"
"time": "2022-05-21T10:24:18+00:00"
},
},
{
{
"name": "symfony/yaml",
"name": "symfony/yaml",
@@ -5481,21 +5481,21 @@
@@ -5481,21 +5481,21 @@
},
},
{
{
"name": "webmozart/assert",
"name": "webmozart/assert",
"version": "1.10.0",
"version": "1.11.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "^7.2 || ^8.0",
"ext-ctype": "*",
"symfony/polyfill-ctype": "^1.8"
"php": "^7.2 || ^8.0"
},
},
"conflict": {
"conflict": {
"phpstan/phpstan": "<0.12.20",
"phpstan/phpstan": "<0.12.20",
@@ -5533,9 +5533,9 @@
@@ -5533,9 +5533,9 @@
],
],
"support": {
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
},
"time": "2021-03-09T10:59:23+00:00"
"time": "2022-06-03T18:03:27+00:00"
},
},
{
{
"name": "whitehat101/apr1-md5",
"name": "whitehat101/apr1-md5",
@@ -5589,16 +5589,16 @@
@@ -5589,16 +5589,16 @@
"packages-dev": [
"packages-dev": [
{
{
"name": "symplify/easy-coding-standard",
"name": "symplify/easy-coding-standard",
"version": "10.2.7",
"version": "10.3.3",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symplify/easy-coding-standard.git",
"url": "https://github.com/symplify/easy-coding-standard.git",
"reference": "e34a105876b0640e70c584d75adaf9c0b03cf0f3"
"reference": "c93878b3c052321231519b6540e227380f90be17"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/e34a105876b0640e70c584d75adaf9c0b03cf0f3",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/c93878b3c052321231519b6540e227380f90be17",
"reference": "e34a105876b0640e70c584d75adaf9c0b03cf0f3",
"reference": "c93878b3c052321231519b6540e227380f90be17",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
@@ -5614,7 +5614,7 @@
@@ -5614,7 +5614,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "9.5-dev"
"dev-main": "10.3-dev"
}
}
},
},
"autoload": {
"autoload": {
@@ -5628,7 +5628,7 @@
@@ -5628,7 +5628,7 @@
],
],
"description": "Prefixed scoped version of ECS package",
"description": "Prefixed scoped version of ECS package",
"support": {
"support": {
"source": "https://github.com/symplify/easy-coding-standard/tree/10.2.7"
"source": "https://github.com/symplify/easy-coding-standard/tree/10.3.3"
},
},
"funding": [
"funding": [
{
{
@@ -5640,7 +5640,7 @@
@@ -5640,7 +5640,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "2022-05-21T11:14:40+00:00"
"time": "2022-06-13T14:03:37+00:00"
}
}
],
],
"aliases": [],
"aliases": [],
Loading