diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7317d44..e22522e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
+## [4.2.1] - 2022-11-02
+Fixed an issue where you couldn't update the Recaptcha settings in the Dashboard. [#162](https://github.com/hybridinteractive/craft-contact-form-extensions/issues/162)
+
## [4.2.0] - 2022-09-12
Release beta label. Thank you all for helping us test this out so thoroughly! You all rock \m/!
diff --git a/README.md b/README.md
index 9f2a52d..09fcbc3 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
+# Craft Contact Form Extensions
+
![Icon](./src/icon.svg)
[![Latest Version](https://img.shields.io/github/release/hybridinteractive/craft-contact-form-extensions.svg?style=flat-square)](https://github.com/hybridinteractive/craft-contact-form-extensions/releases)
[![Total Downloads](https://img.shields.io/packagist/dt/hybridinteractive/craft-contact-form-extensions.svg?style=flat-square)](https://packagist.org/packages/hybridinteractive/craft-contact-form-extensions)
-# Craft Contact Form Extensions
-
Adds extensions to the Craft CMS contact form plugin.
- Save submissions to the database and view them in the Control Panel
@@ -14,7 +14,7 @@ Adds extensions to the Craft CMS contact form plugin.
![Screenshot](resources/screenshot.png)
-## Support Open Source.
+## Support Open Source
This plugin is licensed under a MIT license, which means that it's completely free open source software, and you can use it for whatever and however you wish.
@@ -47,54 +47,58 @@ When you overwrite the email templates, your twig view will receive a `submissio
- attachment
## Overriding the form name
+
When saving submissions to the database the default form name will be "Contact". If you add a `message[formName]` hidden field you can override the form name. This can also used to create multiple form indexes in the Control Panel.
-```
+```html
```
## Overriding the confirmation template
+
When sending confirmation option is enabled and custom templates per form are needed, override the template with a hidden field. The template needs to be placed under templates\\_emails folder. Add a hash for safety. The same data is passed as in the default overridden template.
-```
+```html
```
## Overriding the confirmation subject
+
When sending confirmation option is enabled and custom subjects per form are needed, override the subject with a hidden field. Add a hash for safety.
-```
+```html
```
## Overriding the notification template
+
When sending notification option is enabled and custom templates per form are needed, override the template with a hidden field. The template needs to be placed under templates\\_emails folder. Add a hash for safety. The same data is passed as in the default overridden template.
-```
+```html
```
## Overriding where the message is sent
-```
+```html
```
## Disable recaptcha on a per form basis
-```
+```html
```
## Disable saving to database on a per form basis
-```
+```html
```
## Disable confirmation email on a per form basis
-```
+```html
```
diff --git a/composer.json b/composer.json
index d01aec2..b9d8c83 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "hybridinteractive/craft-contact-form-extensions",
"description": "Adds extensions to the Craft CMS contact form plugin.",
- "version": "4.2.0",
+ "version": "4.2.1",
"type": "craft-plugin",
"keywords": [
"cms",
@@ -25,7 +25,7 @@
"prefer-stable": true,
"require": {
"php": "^8.0.2",
- "albertcht/invisible-recaptcha": "^1.8",
+ "albertcht/invisible-recaptcha": "^1.9.1",
"composer/composer": "^2.2.12",
"craftcms/cms": "^4.0.0",
"craftcms/contact-form": "^3.0.0"
diff --git a/composer.lock b/composer.lock
index bf54dcc..ac295d3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "dfc293bb39a0fb237ce383f595285cd7",
+ "content-hash": "0c5f6f1a6e02c1e4feacc3c881bccd64",
"packages": [
{
"name": "albertcht/invisible-recaptcha",
@@ -135,28 +135,28 @@
},
{
"name": "commerceguys/addressing",
- "version": "v1.3.0",
+ "version": "v1.4.1",
"source": {
"type": "git",
"url": "https://github.com/commerceguys/addressing.git",
- "reference": "566febd56ca71e31dd383b014c4e1bec680507bf"
+ "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/commerceguys/addressing/zipball/566febd56ca71e31dd383b014c4e1bec680507bf",
- "reference": "566febd56ca71e31dd383b014c4e1bec680507bf",
+ "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06",
+ "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06",
"shasum": ""
},
"require": {
- "doctrine/collections": "~1.0",
+ "doctrine/collections": "^1.2",
"php": ">=7.3"
},
"require-dev": {
"ext-json": "*",
- "mikey179/vfsstream": "1.*",
+ "mikey179/vfsstream": "^1.6.10",
"phpunit/phpunit": "^9.5",
- "squizlabs/php_codesniffer": "3.*",
- "symfony/validator": "^4.4 || ^5.4"
+ "squizlabs/php_codesniffer": "^3.6",
+ "symfony/validator": "^4.4 || ^5.4 || ^6.0"
},
"suggest": {
"symfony/validator": "to validate addresses"
@@ -193,22 +193,22 @@
],
"support": {
"issues": "https://github.com/commerceguys/addressing/issues",
- "source": "https://github.com/commerceguys/addressing/tree/v1.3.0"
+ "source": "https://github.com/commerceguys/addressing/tree/v1.4.1"
},
- "time": "2022-04-08T13:06:51+00:00"
+ "time": "2022-08-09T11:42:51+00:00"
},
{
"name": "composer/ca-bundle",
- "version": "1.3.1",
+ "version": "1.3.4",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
- "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
+ "reference": "69098eca243998b53eed7a48d82dedd28b447cd5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
- "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5",
+ "reference": "69098eca243998b53eed7a48d82dedd28b447cd5",
"shasum": ""
},
"require": {
@@ -255,7 +255,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
- "source": "https://github.com/composer/ca-bundle/tree/1.3.1"
+ "source": "https://github.com/composer/ca-bundle/tree/1.3.4"
},
"funding": [
{
@@ -271,7 +271,7 @@
"type": "tidelift"
}
],
- "time": "2021-10-28T20:44:15+00:00"
+ "time": "2022-10-12T12:08:29+00:00"
},
{
"name": "composer/composer",
@@ -601,16 +601,16 @@
},
{
"name": "composer/spdx-licenses",
- "version": "1.5.6",
+ "version": "1.5.7",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
- "reference": "a30d487169d799745ca7280bc90fdfa693536901"
+ "reference": "c848241796da2abf65837d51dce1fae55a960149"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901",
- "reference": "a30d487169d799745ca7280bc90fdfa693536901",
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
+ "reference": "c848241796da2abf65837d51dce1fae55a960149",
"shasum": ""
},
"require": {
@@ -661,7 +661,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/spdx-licenses/issues",
- "source": "https://github.com/composer/spdx-licenses/tree/1.5.6"
+ "source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
},
"funding": [
{
@@ -677,7 +677,7 @@
"type": "tidelift"
}
],
- "time": "2021-11-18T10:14:14+00:00"
+ "time": "2022-05-23T07:37:50+00:00"
},
{
"name": "composer/xdebug-handler",
@@ -1189,26 +1189,27 @@
},
{
"name": "doctrine/collections",
- "version": "1.6.8",
+ "version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
- "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
+ "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
- "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
+ "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
+ "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"shasum": ""
},
"require": {
+ "doctrine/deprecations": "^0.5.3 || ^1",
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^9.0",
- "phpstan/phpstan": "^0.12",
+ "doctrine/coding-standard": "^9.0 || ^10.0",
+ "phpstan/phpstan": "^1.4.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
- "vimeo/psalm": "^4.2.1"
+ "vimeo/psalm": "^4.22"
},
"type": "library",
"autoload": {
@@ -1252,34 +1253,77 @@
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
- "source": "https://github.com/doctrine/collections/tree/1.6.8"
+ "source": "https://github.com/doctrine/collections/tree/1.8.0"
},
- "time": "2021-08-10T18:51:53+00:00"
+ "time": "2022-09-01T20:12:10+00:00"
+ },
+ {
+ "name": "doctrine/deprecations",
+ "version": "v1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/deprecations.git",
+ "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
+ "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1|^8.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^9",
+ "phpunit/phpunit": "^7.5|^8.5|^9.5",
+ "psr/log": "^1|^2|^3"
+ },
+ "suggest": {
+ "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
+ "homepage": "https://www.doctrine-project.org/",
+ "support": {
+ "issues": "https://github.com/doctrine/deprecations/issues",
+ "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
+ },
+ "time": "2022-05-02T15:47:09+00:00"
},
{
"name": "doctrine/inflector",
- "version": "2.0.4",
+ "version": "2.0.6",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
- "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
+ "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
- "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
+ "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^8.2",
- "phpstan/phpstan": "^0.12",
- "phpstan/phpstan-phpunit": "^0.12",
- "phpstan/phpstan-strict-rules": "^0.12",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
- "vimeo/psalm": "^4.10"
+ "doctrine/coding-standard": "^10",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpstan/phpstan-strict-rules": "^1.3",
+ "phpunit/phpunit": "^8.5 || ^9.5",
+ "vimeo/psalm": "^4.25"
},
"type": "library",
"autoload": {
@@ -1329,7 +1373,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/2.0.4"
+ "source": "https://github.com/doctrine/inflector/tree/2.0.6"
},
"funding": [
{
@@ -1345,7 +1389,7 @@
"type": "tidelift"
}
],
- "time": "2021-10-22T20:16:43+00:00"
+ "time": "2022-10-20T09:10:12+00:00"
},
{
"name": "doctrine/lexer",
@@ -1425,16 +1469,16 @@
},
{
"name": "egulias/email-validator",
- "version": "3.1.2",
+ "version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
- "reference": "ee0db30118f661fb166bcffbf5d82032df484697"
+ "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
- "reference": "ee0db30118f661fb166bcffbf5d82032df484697",
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
+ "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
"shasum": ""
},
"require": {
@@ -1481,7 +1525,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
- "source": "https://github.com/egulias/EmailValidator/tree/3.1.2"
+ "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
},
"funding": [
{
@@ -1489,7 +1533,7 @@
"type": "github"
}
],
- "time": "2021-10-11T09:18:27+00:00"
+ "time": "2022-06-18T20:57:19+00:00"
},
{
"name": "elvanto/litemoji",
@@ -1580,20 +1624,30 @@
},
{
"name": "ezyang/htmlpurifier",
- "version": "v4.14.0",
+ "version": "v4.16.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
+ "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
- "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
+ "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
"shasum": ""
},
"require": {
- "php": ">=5.2"
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
+ },
+ "require-dev": {
+ "cerdic/css-tidy": "^1.7 || ^2.0",
+ "simpletest/simpletest": "dev-master"
+ },
+ "suggest": {
+ "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
+ "ext-bcmath": "Used for unit conversion and imagecrash protection",
+ "ext-iconv": "Converts text to and from non-UTF-8 encodings",
+ "ext-tidy": "Used for pretty-printing HTML"
},
"type": "library",
"autoload": {
@@ -1625,28 +1679,28 @@
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
- "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
},
- "time": "2021-12-25T01:21:49+00:00"
+ "time": "2022-09-18T07:06:19+00:00"
},
{
"name": "guzzlehttp/guzzle",
- "version": "7.4.2",
+ "version": "7.5.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
- "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4"
+ "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4",
- "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
+ "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
- "guzzlehttp/psr7": "^1.8.3 || ^2.1",
+ "guzzlehttp/psr7": "^1.9 || ^2.4",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
@@ -1655,10 +1709,10 @@
"psr/http-client-implementation": "1.0"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.4.1",
+ "bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*",
"php-http/client-integration-tests": "^3.0",
- "phpunit/phpunit": "^8.5.5 || ^9.3.5",
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
@@ -1668,8 +1722,12 @@
},
"type": "library",
"extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ },
"branch-alias": {
- "dev-master": "7.4-dev"
+ "dev-master": "7.5-dev"
}
},
"autoload": {
@@ -1735,7 +1793,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/7.4.2"
+ "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
},
"funding": [
{
@@ -1751,20 +1809,20 @@
"type": "tidelift"
}
],
- "time": "2022-03-20T14:16:28+00:00"
+ "time": "2022-08-28T15:39:27+00:00"
},
{
"name": "guzzlehttp/promises",
- "version": "1.5.1",
+ "version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
- "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
+ "reference": "b94b2807d85443f9719887892882d0329d1e2598"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
- "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
+ "reference": "b94b2807d85443f9719887892882d0329d1e2598",
"shasum": ""
},
"require": {
@@ -1819,7 +1877,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
- "source": "https://github.com/guzzle/promises/tree/1.5.1"
+ "source": "https://github.com/guzzle/promises/tree/1.5.2"
},
"funding": [
{
@@ -1835,20 +1893,20 @@
"type": "tidelift"
}
],
- "time": "2021-10-22T20:56:57+00:00"
+ "time": "2022-08-28T14:55:35+00:00"
},
{
"name": "guzzlehttp/psr7",
- "version": "2.2.1",
+ "version": "2.4.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
+ "reference": "67c26b443f348a51926030c83481b85718457d3d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
- "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
+ "reference": "67c26b443f348a51926030c83481b85718457d3d",
"shasum": ""
},
"require": {
@@ -1862,17 +1920,21 @@
"psr/http-message-implementation": "1.0"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.4.1",
+ "bamarni/composer-bin-plugin": "^1.8.1",
"http-interop/http-factory-tests": "^0.9",
- "phpunit/phpunit": "^8.5.8 || ^9.3.10"
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ },
"branch-alias": {
- "dev-master": "2.2-dev"
+ "dev-master": "2.4-dev"
}
},
"autoload": {
@@ -1934,7 +1996,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.2.1"
+ "source": "https://github.com/guzzle/psr7/tree/2.4.3"
},
"funding": [
{
@@ -1950,20 +2012,20 @@
"type": "tidelift"
}
],
- "time": "2022-03-20T21:55:58+00:00"
+ "time": "2022-10-26T14:07:24+00:00"
},
{
"name": "illuminate/bus",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/bus.git",
- "reference": "405a2d6858fc2e19d576c1844d08bd9e77a10ad9"
+ "reference": "baccdba32ec4e7d3492cfd991806a8ead397f77f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/bus/zipball/405a2d6858fc2e19d576c1844d08bd9e77a10ad9",
- "reference": "405a2d6858fc2e19d576c1844d08bd9e77a10ad9",
+ "url": "https://api.github.com/repos/illuminate/bus/zipball/baccdba32ec4e7d3492cfd991806a8ead397f77f",
+ "reference": "baccdba32ec4e7d3492cfd991806a8ead397f77f",
"shasum": ""
},
"require": {
@@ -2003,20 +2065,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-04-26T14:45:19+00:00"
+ "time": "2022-09-16T19:09:47+00:00"
},
{
"name": "illuminate/collections",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
- "reference": "32badf046bfc187afacbee37b9820c5e200285d0"
+ "reference": "9d98beda3f50251321565b77455687794e47dfcc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/collections/zipball/32badf046bfc187afacbee37b9820c5e200285d0",
- "reference": "32badf046bfc187afacbee37b9820c5e200285d0",
+ "url": "https://api.github.com/repos/illuminate/collections/zipball/9d98beda3f50251321565b77455687794e47dfcc",
+ "reference": "9d98beda3f50251321565b77455687794e47dfcc",
"shasum": ""
},
"require": {
@@ -2058,20 +2120,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-05-02T14:05:19+00:00"
+ "time": "2022-10-29T16:25:53+00:00"
},
{
"name": "illuminate/conditionable",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
- "reference": "56b4ba1166c264064bf63896f498a2bee320d16a"
+ "reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/conditionable/zipball/56b4ba1166c264064bf63896f498a2bee320d16a",
- "reference": "56b4ba1166c264064bf63896f498a2bee320d16a",
+ "url": "https://api.github.com/repos/illuminate/conditionable/zipball/5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883",
+ "reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883",
"shasum": ""
},
"require": {
@@ -2104,20 +2166,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-02-28T16:37:46+00:00"
+ "time": "2022-07-29T19:44:19+00:00"
},
{
"name": "illuminate/container",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
- "reference": "70e7b980eb16bc77a76d963cebe1fdf14ddb33d8"
+ "reference": "8ca3036459e26dc7cdedaf0f882b625757cc341e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/container/zipball/70e7b980eb16bc77a76d963cebe1fdf14ddb33d8",
- "reference": "70e7b980eb16bc77a76d963cebe1fdf14ddb33d8",
+ "url": "https://api.github.com/repos/illuminate/container/zipball/8ca3036459e26dc7cdedaf0f882b625757cc341e",
+ "reference": "8ca3036459e26dc7cdedaf0f882b625757cc341e",
"shasum": ""
},
"require": {
@@ -2155,20 +2217,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-04-15T13:28:13+00:00"
+ "time": "2022-09-05T15:58:42+00:00"
},
{
"name": "illuminate/contracts",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
- "reference": "e354ef98f3c59e5c8b5ba87299999220270f3da5"
+ "reference": "c7cc6e6198cac6dfdead111f9758de25413188b7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/contracts/zipball/e354ef98f3c59e5c8b5ba87299999220270f3da5",
- "reference": "e354ef98f3c59e5c8b5ba87299999220270f3da5",
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/c7cc6e6198cac6dfdead111f9758de25413188b7",
+ "reference": "c7cc6e6198cac6dfdead111f9758de25413188b7",
"shasum": ""
},
"require": {
@@ -2203,20 +2265,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-04-28T13:05:07+00:00"
+ "time": "2022-10-31T22:25:40+00:00"
},
{
"name": "illuminate/events",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/events.git",
- "reference": "2dea521665d295f6cefef78f1b5abeea6b94e35f"
+ "reference": "8e534676bac23bc17925f5c74c128f9c09b98f69"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/events/zipball/2dea521665d295f6cefef78f1b5abeea6b94e35f",
- "reference": "2dea521665d295f6cefef78f1b5abeea6b94e35f",
+ "url": "https://api.github.com/repos/illuminate/events/zipball/8e534676bac23bc17925f5c74c128f9c09b98f69",
+ "reference": "8e534676bac23bc17925f5c74c128f9c09b98f69",
"shasum": ""
},
"require": {
@@ -2258,20 +2320,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-05-02T13:59:45+00:00"
+ "time": "2022-09-15T13:14:12+00:00"
},
{
"name": "illuminate/filesystem",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/filesystem.git",
- "reference": "e9a7b1f230e00235505be5fe641097ba4bede56b"
+ "reference": "05fdbbb60fa0bb17209d43ce231aa0a0bdf5465d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e9a7b1f230e00235505be5fe641097ba4bede56b",
- "reference": "e9a7b1f230e00235505be5fe641097ba4bede56b",
+ "url": "https://api.github.com/repos/illuminate/filesystem/zipball/05fdbbb60fa0bb17209d43ce231aa0a0bdf5465d",
+ "reference": "05fdbbb60fa0bb17209d43ce231aa0a0bdf5465d",
"shasum": ""
},
"require": {
@@ -2285,7 +2347,7 @@
"suggest": {
"ext-ftp": "Required to use the Flysystem FTP driver.",
"illuminate/http": "Required for handling uploaded files (^7.0).",
- "league/flysystem": "Required to use the Flysystem local driver (^3.0).",
+ "league/flysystem": "Required to use the Flysystem local driver (^3.0.16).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
@@ -2320,20 +2382,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-04-25T18:15:42+00:00"
+ "time": "2022-10-24T08:47:15+00:00"
},
{
"name": "illuminate/macroable",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
- "reference": "25a2c6dac2b7541ecbadef952702e84ae15f5354"
+ "reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/macroable/zipball/25a2c6dac2b7541ecbadef952702e84ae15f5354",
- "reference": "25a2c6dac2b7541ecbadef952702e84ae15f5354",
+ "url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
+ "reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
"shasum": ""
},
"require": {
@@ -2366,20 +2428,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-02-01T14:44:21+00:00"
+ "time": "2022-08-09T13:29:29+00:00"
},
{
"name": "illuminate/pipeline",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/pipeline.git",
- "reference": "6d448699cc440cfe7696d65c62313ef2a02961b1"
+ "reference": "e0be3f3f79f8235ad7334919ca4094d5074e02f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/pipeline/zipball/6d448699cc440cfe7696d65c62313ef2a02961b1",
- "reference": "6d448699cc440cfe7696d65c62313ef2a02961b1",
+ "url": "https://api.github.com/repos/illuminate/pipeline/zipball/e0be3f3f79f8235ad7334919ca4094d5074e02f6",
+ "reference": "e0be3f3f79f8235ad7334919ca4094d5074e02f6",
"shasum": ""
},
"require": {
@@ -2414,20 +2476,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-02-28T17:10:42+00:00"
+ "time": "2022-06-09T14:13:53+00:00"
},
{
"name": "illuminate/support",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
- "reference": "9f1dbbec9a0be19ed6e703e9e2083b204db8a48f"
+ "reference": "25df0f2140bc4aaf078e455decc0fe9d857ad6cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/support/zipball/9f1dbbec9a0be19ed6e703e9e2083b204db8a48f",
- "reference": "9f1dbbec9a0be19ed6e703e9e2083b204db8a48f",
+ "url": "https://api.github.com/repos/illuminate/support/zipball/25df0f2140bc4aaf078e455decc0fe9d857ad6cc",
+ "reference": "25df0f2140bc4aaf078e455decc0fe9d857ad6cc",
"shasum": ""
},
"require": {
@@ -2438,7 +2500,7 @@
"illuminate/conditionable": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
- "nesbot/carbon": "^2.53.1",
+ "nesbot/carbon": "^2.62.1",
"php": "^8.0.2",
"voku/portable-ascii": "^2.0"
},
@@ -2450,6 +2512,7 @@
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
"ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
"symfony/process": "Required to use the composer class (^6.0).",
+ "symfony/uid": "Required to use Str::ulid() (^6.0).",
"symfony/var-dumper": "Required to use the dd function (^6.0).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
},
@@ -2483,20 +2546,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-05-03T14:06:09+00:00"
+ "time": "2022-10-28T13:37:39+00:00"
},
{
"name": "illuminate/view",
- "version": "v9.11.0",
+ "version": "v9.38.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/view.git",
- "reference": "e000495a11ded2b943ea16ab995d90f611a90ec8"
+ "reference": "54cead2bd72843fea77f1a274676defd5ecb3804"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/view/zipball/e000495a11ded2b943ea16ab995d90f611a90ec8",
- "reference": "e000495a11ded2b943ea16ab995d90f611a90ec8",
+ "url": "https://api.github.com/repos/illuminate/view/zipball/54cead2bd72843fea77f1a274676defd5ecb3804",
+ "reference": "54cead2bd72843fea77f1a274676defd5ecb3804",
"shasum": ""
},
"require": {
@@ -2537,7 +2600,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-04-27T14:07:15+00:00"
+ "time": "2022-10-31T13:55:05+00:00"
},
{
"name": "justinrainbow/json-schema",
@@ -2727,23 +2790,23 @@
},
{
"name": "moneyphp/money",
- "version": "v4.0.3",
+ "version": "v4.0.5",
"source": {
"type": "git",
"url": "https://github.com/moneyphp/money.git",
- "reference": "d945f775bd6ab0920d9d205813d8831a899a8844"
+ "reference": "cee58435ff82a5de252c516e6a31beb674898985"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/moneyphp/money/zipball/d945f775bd6ab0920d9d205813d8831a899a8844",
- "reference": "d945f775bd6ab0920d9d205813d8831a899a8844",
+ "url": "https://api.github.com/repos/moneyphp/money/zipball/cee58435ff82a5de252c516e6a31beb674898985",
+ "reference": "cee58435ff82a5de252c516e6a31beb674898985",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-filter": "*",
"ext-json": "*",
- "php": "^8.0"
+ "php": "~8.0.0 || ~8.1.0"
},
"require-dev": {
"cache/taggable-cache": "^1.1.0",
@@ -2756,12 +2819,11 @@
"moneyphp/iso-currencies": "^3.2.1",
"php-http/message": "^1.11.0",
"php-http/mock-client": "^1.4.1",
- "phpbench/phpbench": "1.0.0-beta1@BETA",
- "phpspec/phpspec": "^7.0.1",
+ "phpbench/phpbench": "^1.2.5",
+ "phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^9.5.4",
"psalm/plugin-phpunit": "^0.15.1",
"psr/cache": "^1.0.1",
- "roave/infection-static-analysis-plugin": "^1.7",
"vimeo/psalm": "~4.7.0 || ^4.8.2"
},
"suggest": {
@@ -2810,22 +2872,22 @@
],
"support": {
"issues": "https://github.com/moneyphp/money/issues",
- "source": "https://github.com/moneyphp/money/tree/v4.0.3"
+ "source": "https://github.com/moneyphp/money/tree/v4.0.5"
},
- "time": "2021-12-01T10:39:00+00:00"
+ "time": "2022-08-11T09:12:20+00:00"
},
{
"name": "monolog/monolog",
- "version": "2.5.0",
+ "version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
- "reference": "4192345e260f1d51b365536199744b987e160edc"
+ "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4192345e260f1d51b365536199744b987e160edc",
- "reference": "4192345e260f1d51b365536199744b987e160edc",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
+ "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
"shasum": ""
},
"require": {
@@ -2838,18 +2900,22 @@
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
- "elasticsearch/elasticsearch": "^7",
+ "elasticsearch/elasticsearch": "^7 || ^8",
+ "ext-json": "*",
"graylog2/gelf-php": "^1.4.2",
+ "guzzlehttp/guzzle": "^7.4",
+ "guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
- "php-console/php-console": "^3.1.3",
- "phpspec/prophecy": "^1.6.1",
+ "phpspec/prophecy": "^1.15",
"phpstan/phpstan": "^0.12.91",
- "phpunit/phpunit": "^8.5",
- "predis/predis": "^1.1",
+ "phpunit/phpunit": "^8.5.14",
+ "predis/predis": "^1.1 || ^2.0",
"rollbar/rollbar": "^1.3 || ^2 || ^3",
- "ruflin/elastica": ">=0.90@dev",
- "swiftmailer/swiftmailer": "^5.3|^6.0"
+ "ruflin/elastica": "^7",
+ "swiftmailer/swiftmailer": "^5.3|^6.0",
+ "symfony/mailer": "^5.4 || ^6",
+ "symfony/mime": "^5.4 || ^6"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
@@ -2864,7 +2930,6 @@
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
@@ -2899,7 +2964,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/2.5.0"
+ "source": "https://github.com/Seldaek/monolog/tree/2.8.0"
},
"funding": [
{
@@ -2911,20 +2976,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-08T15:43:54+00:00"
+ "time": "2022-07-24T11:55:47+00:00"
},
{
"name": "nesbot/carbon",
- "version": "2.58.0",
+ "version": "2.62.1",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055"
+ "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055",
- "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
+ "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
"shasum": ""
},
"require": {
@@ -2939,11 +3004,12 @@
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
+ "ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12.54 || ^1.0",
- "phpunit/php-file-iterator": "^2.0.5",
- "phpunit/phpunit": "^7.5.20 || ^8.5.23",
+ "phpstan/phpstan": "^0.12.99 || ^1.7.14",
+ "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4"
},
"bin": [
@@ -3000,15 +3066,19 @@
},
"funding": [
{
- "url": "https://opencollective.com/Carbon",
- "type": "open_collective"
+ "url": "https://github.com/sponsors/kylekatarnls",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/Carbon#sponsor",
+ "type": "opencollective"
},
{
- "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
+ "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
"type": "tidelift"
}
],
- "time": "2022-04-25T19:31:17+00:00"
+ "time": "2022-09-02T07:48:13+00:00"
},
{
"name": "paragonie/random_compat",
@@ -3172,25 +3242,30 @@
},
{
"name": "phpdocumentor/type-resolver",
- "version": "1.6.1",
+ "version": "1.6.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "77a32518733312af16a44300404e945338981de3"
+ "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
- "reference": "77a32518733312af16a44300404e945338981de3",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
+ "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0",
+ "php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*",
- "psalm/phar": "^4.8"
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpunit/phpunit": "^9.5",
+ "rector/rector": "^0.13.9",
+ "vimeo/psalm": "^4.25"
},
"type": "library",
"extra": {
@@ -3216,9 +3291,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
+ "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2"
},
- "time": "2022-03-15T21:29:03+00:00"
+ "time": "2022-10-14T12:47:21+00:00"
},
{
"name": "pixelandtonic/imagine",
@@ -3948,16 +4023,16 @@
},
{
"name": "seld/phar-utils",
- "version": "1.2.0",
+ "version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
- "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
+ "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
- "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
+ "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
"shasum": ""
},
"require": {
@@ -3990,22 +4065,22 @@
],
"support": {
"issues": "https://github.com/Seldaek/phar-utils/issues",
- "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0"
+ "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
},
- "time": "2021-12-10T11:20:11+00:00"
+ "time": "2022-08-31T10:31:18+00:00"
},
{
"name": "symfony/console",
- "version": "v6.0.8",
+ "version": "v6.0.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "0d00aa289215353aa8746a31d101f8e60826285c"
+ "reference": "b0b910724a0a0326b4481e4f8a30abb2dd442efb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/0d00aa289215353aa8746a31d101f8e60826285c",
- "reference": "0d00aa289215353aa8746a31d101f8e60826285c",
+ "url": "https://api.github.com/repos/symfony/console/zipball/b0b910724a0a0326b4481e4f8a30abb2dd442efb",
+ "reference": "b0b910724a0a0326b4481e4f8a30abb2dd442efb",
"shasum": ""
},
"require": {
@@ -4071,7 +4146,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.0.8"
+ "source": "https://github.com/symfony/console/tree/v6.0.15"
},
"funding": [
{
@@ -4087,11 +4162,11 @@
"type": "tidelift"
}
],
- "time": "2022-04-20T15:01:42+00:00"
+ "time": "2022-10-26T21:42:20+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v3.0.1",
+ "version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
@@ -4138,7 +4213,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.1"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
},
"funding": [
{
@@ -4158,16 +4233,16 @@
},
{
"name": "symfony/event-dispatcher",
- "version": "v6.0.3",
+ "version": "v6.0.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934"
+ "reference": "5c85b58422865d42c6eb46f7693339056db098a8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6472ea2dd415e925b90ca82be64b8bc6157f3934",
- "reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5c85b58422865d42c6eb46f7693339056db098a8",
+ "reference": "5c85b58422865d42c6eb46f7693339056db098a8",
"shasum": ""
},
"require": {
@@ -4221,7 +4296,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.3"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.9"
},
"funding": [
{
@@ -4237,11 +4312,11 @@
"type": "tidelift"
}
],
- "time": "2022-01-02T09:55:41+00:00"
+ "time": "2022-05-05T16:45:52+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v3.0.1",
+ "version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
@@ -4300,7 +4375,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.1"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.2"
},
"funding": [
{
@@ -4320,16 +4395,16 @@
},
{
"name": "symfony/filesystem",
- "version": "v6.0.7",
+ "version": "v6.0.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "6c9e4c41f2c51dfde3db298594ed9cba55dbf5ff"
+ "reference": "3adca49133bd055ebe6011ed1e012be3c908af79"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/6c9e4c41f2c51dfde3db298594ed9cba55dbf5ff",
- "reference": "6c9e4c41f2c51dfde3db298594ed9cba55dbf5ff",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/3adca49133bd055ebe6011ed1e012be3c908af79",
+ "reference": "3adca49133bd055ebe6011ed1e012be3c908af79",
"shasum": ""
},
"require": {
@@ -4363,7 +4438,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v6.0.7"
+ "source": "https://github.com/symfony/filesystem/tree/v6.0.13"
},
"funding": [
{
@@ -4379,20 +4454,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-01T12:54:51+00:00"
+ "time": "2022-09-21T20:25:27+00:00"
},
{
"name": "symfony/finder",
- "version": "v6.0.8",
+ "version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "af7edab28d17caecd1f40a9219fc646ae751c21f"
+ "reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/af7edab28d17caecd1f40a9219fc646ae751c21f",
- "reference": "af7edab28d17caecd1f40a9219fc646ae751c21f",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/09cb683ba5720385ea6966e5e06be2a34f2568b1",
+ "reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1",
"shasum": ""
},
"require": {
@@ -4424,7 +4499,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.0.8"
+ "source": "https://github.com/symfony/finder/tree/v6.0.11"
},
"funding": [
{
@@ -4440,20 +4515,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-15T08:07:58+00:00"
+ "time": "2022-07-29T07:39:48+00:00"
},
{
"name": "symfony/http-client",
- "version": "v6.0.8",
+ "version": "v6.0.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "d347895193283e08b4c3ebf2f2974a1df3e1f670"
+ "reference": "af84893895ce7637a4b60fd3de87fe9e44286a21"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/d347895193283e08b4c3ebf2f2974a1df3e1f670",
- "reference": "d347895193283e08b4c3ebf2f2974a1df3e1f670",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/af84893895ce7637a4b60fd3de87fe9e44286a21",
+ "reference": "af84893895ce7637a4b60fd3de87fe9e44286a21",
"shasum": ""
},
"require": {
@@ -4508,7 +4583,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-client/tree/v6.0.8"
+ "source": "https://github.com/symfony/http-client/tree/v6.0.15"
},
"funding": [
{
@@ -4524,20 +4599,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-12T16:11:42+00:00"
+ "time": "2022-10-28T16:22:58+00:00"
},
{
"name": "symfony/http-client-contracts",
- "version": "v3.0.1",
+ "version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
- "reference": "f7525778c712be78ad5b6ca31f47fdcfd404c280"
+ "reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/f7525778c712be78ad5b6ca31f47fdcfd404c280",
- "reference": "f7525778c712be78ad5b6ca31f47fdcfd404c280",
+ "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/4184b9b63af1edaf35b6a7974c6f1f9f33294129",
+ "reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129",
"shasum": ""
},
"require": {
@@ -4586,7 +4661,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/http-client-contracts/tree/v3.0.1"
+ "source": "https://github.com/symfony/http-client-contracts/tree/v3.0.2"
},
"funding": [
{
@@ -4602,20 +4677,20 @@
"type": "tidelift"
}
],
- "time": "2022-03-13T20:10:05+00:00"
+ "time": "2022-04-12T16:11:42+00:00"
},
{
"name": "symfony/mailer",
- "version": "v6.0.8",
+ "version": "v6.0.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b"
+ "reference": "5eaa3f1404cafa842e953ae16c35757b7356fb32"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/706af6b3e99ebcbc639c9c664f5579aaa869409b",
- "reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/5eaa3f1404cafa842e953ae16c35757b7356fb32",
+ "reference": "5eaa3f1404cafa842e953ae16c35757b7356fb32",
"shasum": ""
},
"require": {
@@ -4660,7 +4735,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v6.0.8"
+ "source": "https://github.com/symfony/mailer/tree/v6.0.15"
},
"funding": [
{
@@ -4676,20 +4751,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-27T17:10:30+00:00"
+ "time": "2022-10-28T16:22:58+00:00"
},
{
"name": "symfony/mime",
- "version": "v6.0.8",
+ "version": "v6.0.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1"
+ "reference": "c01b88b63418131daf2edd0bdc17fc8a6d1c939a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1",
- "reference": "c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/c01b88b63418131daf2edd0bdc17fc8a6d1c939a",
+ "reference": "c01b88b63418131daf2edd0bdc17fc8a6d1c939a",
"shasum": ""
},
"require": {
@@ -4701,7 +4776,8 @@
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
- "symfony/mailer": "<5.4"
+ "symfony/mailer": "<5.4",
+ "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1",
@@ -4709,7 +4785,7 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
- "symfony/serializer": "^5.4|^6.0"
+ "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
},
"type": "library",
"autoload": {
@@ -4741,7 +4817,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v6.0.8"
+ "source": "https://github.com/symfony/mime/tree/v6.0.14"
},
"funding": [
{
@@ -4757,20 +4833,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-12T16:11:42+00:00"
+ "time": "2022-10-07T08:02:12+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "30885182c981ab175d4d034db0f6f469898070ab"
+ "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
- "reference": "30885182c981ab175d4d034db0f6f469898070ab",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
+ "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"shasum": ""
},
"require": {
@@ -4785,7 +4861,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -4823,7 +4899,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
},
"funding": [
{
@@ -4839,20 +4915,20 @@
"type": "tidelift"
}
],
- "time": "2021-10-20T20:35:02+00:00"
+ "time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-iconv",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
- "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40"
+ "reference": "143f1881e655bebca1312722af8068de235ae5dc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40",
- "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40",
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/143f1881e655bebca1312722af8068de235ae5dc",
+ "reference": "143f1881e655bebca1312722af8068de235ae5dc",
"shasum": ""
},
"require": {
@@ -4867,7 +4943,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -4906,7 +4982,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0"
+ "source": "https://github.com/symfony/polyfill-iconv/tree/v1.26.0"
},
"funding": [
{
@@ -4922,20 +4998,20 @@
"type": "tidelift"
}
],
- "time": "2022-01-04T09:04:05+00:00"
+ "time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
+ "reference": "433d05519ce6990bf3530fba6957499d327395c2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
- "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
+ "reference": "433d05519ce6990bf3530fba6957499d327395c2",
"shasum": ""
},
"require": {
@@ -4947,7 +5023,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -4987,7 +5063,7 @@
"shim"
],
"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": [
{
@@ -5003,20 +5079,20 @@
"type": "tidelift"
}
],
- "time": "2021-11-23T21:10:46+00:00"
+ "time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "749045c69efb97c70d25d7463abba812e91f3a44"
+ "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
- "reference": "749045c69efb97c70d25d7463abba812e91f3a44",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
+ "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
"shasum": ""
},
"require": {
@@ -5030,7 +5106,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -5074,7 +5150,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0"
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
},
"funding": [
{
@@ -5090,20 +5166,20 @@
"type": "tidelift"
}
],
- "time": "2021-09-14T14:02:44+00:00"
+ "time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
+ "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
- "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
+ "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
"shasum": ""
},
"require": {
@@ -5115,7 +5191,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -5158,7 +5234,7 @@
"shim"
],
"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": [
{
@@ -5174,20 +5250,20 @@
"type": "tidelift"
}
],
- "time": "2021-02-19T12:13:01+00:00"
+ "time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
+ "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
- "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
+ "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"shasum": ""
},
"require": {
@@ -5202,7 +5278,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -5241,7 +5317,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
},
"funding": [
{
@@ -5257,20 +5333,20 @@
"type": "tidelift"
}
],
- "time": "2021-11-30T18:21:41+00:00"
+ "time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
+ "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
- "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
+ "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
"shasum": ""
},
"require": {
@@ -5279,7 +5355,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -5317,7 +5393,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0"
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
},
"funding": [
{
@@ -5333,20 +5409,20 @@
"type": "tidelift"
}
],
- "time": "2021-05-27T09:17:38+00:00"
+ "time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-php73",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
- "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
+ "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
- "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
+ "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
"shasum": ""
},
"require": {
@@ -5355,7 +5431,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -5396,7 +5472,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
},
"funding": [
{
@@ -5412,20 +5488,20 @@
"type": "tidelift"
}
],
- "time": "2021-06-05T21:20:04+00:00"
+ "time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.25.0",
+ "version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
+ "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
- "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
+ "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"shasum": ""
},
"require": {
@@ -5434,7 +5510,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.23-dev"
+ "dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -5479,7 +5555,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
},
"funding": [
{
@@ -5495,20 +5571,20 @@
"type": "tidelift"
}
],
- "time": "2022-03-04T08:16:47+00:00"
+ "time": "2022-05-10T07:21:04+00:00"
},
{
"name": "symfony/process",
- "version": "v5.4.8",
+ "version": "v5.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
+ "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
- "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
+ "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
+ "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
"shasum": ""
},
"require": {
@@ -5541,7 +5617,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v5.4.8"
+ "source": "https://github.com/symfony/process/tree/v5.4.11"
},
"funding": [
{
@@ -5557,20 +5633,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-08T05:07:18+00:00"
+ "time": "2022-06-27T16:58:25+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v3.0.1",
+ "version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "e517458f278c2131ca9f262f8fbaf01410f2c65c"
+ "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e517458f278c2131ca9f262f8fbaf01410f2c65c",
- "reference": "e517458f278c2131ca9f262f8fbaf01410f2c65c",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
+ "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
"shasum": ""
},
"require": {
@@ -5623,7 +5699,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v3.0.1"
+ "source": "https://github.com/symfony/service-contracts/tree/v3.0.2"
},
"funding": [
{
@@ -5639,20 +5715,20 @@
"type": "tidelift"
}
],
- "time": "2022-03-13T20:10:05+00:00"
+ "time": "2022-05-30T19:17:58+00:00"
},
{
"name": "symfony/string",
- "version": "v6.0.8",
+ "version": "v6.0.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "ac0aa5c2282e0de624c175b68d13f2c8f2e2649d"
+ "reference": "51ac0fa0ccf132a00519b87c97e8f775fa14e771"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/ac0aa5c2282e0de624c175b68d13f2c8f2e2649d",
- "reference": "ac0aa5c2282e0de624c175b68d13f2c8f2e2649d",
+ "url": "https://api.github.com/repos/symfony/string/zipball/51ac0fa0ccf132a00519b87c97e8f775fa14e771",
+ "reference": "51ac0fa0ccf132a00519b87c97e8f775fa14e771",
"shasum": ""
},
"require": {
@@ -5708,7 +5784,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v6.0.8"
+ "source": "https://github.com/symfony/string/tree/v6.0.15"
},
"funding": [
{
@@ -5724,20 +5800,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-22T08:18:02+00:00"
+ "time": "2022-10-10T09:34:08+00:00"
},
{
"name": "symfony/translation",
- "version": "v6.0.8",
+ "version": "v6.0.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "3d38cf8f8834148c4457681d539bc204de701501"
+ "reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/3d38cf8f8834148c4457681d539bc204de701501",
- "reference": "3d38cf8f8834148c4457681d539bc204de701501",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/6f99eb179aee4652c0a7cd7c11f2a870d904330c",
+ "reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c",
"shasum": ""
},
"require": {
@@ -5803,7 +5879,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/translation/tree/v6.0.8"
+ "source": "https://github.com/symfony/translation/tree/v6.0.14"
},
"funding": [
{
@@ -5819,20 +5895,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-22T08:18:02+00:00"
+ "time": "2022-10-07T08:02:12+00:00"
},
{
"name": "symfony/translation-contracts",
- "version": "v3.0.1",
+ "version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
- "reference": "c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9"
+ "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9",
- "reference": "c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
+ "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
"shasum": ""
},
"require": {
@@ -5881,7 +5957,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/translation-contracts/tree/v3.0.1"
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.0.2"
},
"funding": [
{
@@ -5897,20 +5973,20 @@
"type": "tidelift"
}
],
- "time": "2022-01-02T09:55:41+00:00"
+ "time": "2022-06-27T17:10:44+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v6.0.8",
+ "version": "v6.0.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "fa61dfb4bd3068df2492013dc65f3190e9f550c0"
+ "reference": "72af925ddd41ca0372d166d004bc38a00c4608cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/fa61dfb4bd3068df2492013dc65f3190e9f550c0",
- "reference": "fa61dfb4bd3068df2492013dc65f3190e9f550c0",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/72af925ddd41ca0372d166d004bc38a00c4608cc",
+ "reference": "72af925ddd41ca0372d166d004bc38a00c4608cc",
"shasum": ""
},
"require": {
@@ -5969,7 +6045,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v6.0.8"
+ "source": "https://github.com/symfony/var-dumper/tree/v6.0.14"
},
"funding": [
{
@@ -5985,20 +6061,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-26T13:22:23+00:00"
+ "time": "2022-10-07T08:02:12+00:00"
},
{
"name": "symfony/yaml",
- "version": "v5.4.3",
+ "version": "v5.4.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "e80f87d2c9495966768310fc531b487ce64237a2"
+ "reference": "e83fe9a72011f07c662da46a05603d66deeeb487"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2",
- "reference": "e80f87d2c9495966768310fc531b487ce64237a2",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/e83fe9a72011f07c662da46a05603d66deeeb487",
+ "reference": "e83fe9a72011f07c662da46a05603d66deeeb487",
"shasum": ""
},
"require": {
@@ -6044,7 +6120,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v5.4.3"
+ "source": "https://github.com/symfony/yaml/tree/v5.4.14"
},
"funding": [
{
@@ -6060,7 +6136,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-26T16:32:32+00:00"
+ "time": "2022-10-03T15:15:50+00:00"
},
{
"name": "theiconic/name-parser",
@@ -6158,6 +6234,7 @@
"issues": "https://github.com/true/php-punycode/issues",
"source": "https://github.com/true/php-punycode/tree/master"
},
+ "abandoned": true,
"time": "2016-11-16T10:37:54+00:00"
},
{
@@ -6321,16 +6398,16 @@
},
{
"name": "voku/arrayy",
- "version": "7.9.1",
+ "version": "7.9.5",
"source": {
"type": "git",
"url": "https://github.com/voku/Arrayy.git",
- "reference": "11509d59745af6b2c23a781938491f9981241c1d"
+ "reference": "4635acfab7d1451124039a88fd5c700b28ee3906"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/voku/Arrayy/zipball/11509d59745af6b2c23a781938491f9981241c1d",
- "reference": "11509d59745af6b2c23a781938491f9981241c1d",
+ "url": "https://api.github.com/repos/voku/Arrayy/zipball/4635acfab7d1451124039a88fd5c700b28ee3906",
+ "reference": "4635acfab7d1451124039a88fd5c700b28ee3906",
"shasum": ""
},
"require": {
@@ -6400,7 +6477,7 @@
"type": "tidelift"
}
],
- "time": "2022-03-08T19:16:33+00:00"
+ "time": "2022-10-13T00:27:25+00:00"
},
{
"name": "voku/email-check",
@@ -6554,16 +6631,16 @@
},
{
"name": "voku/portable-utf8",
- "version": "6.0.4",
+ "version": "6.0.10",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-utf8.git",
- "reference": "f6c78e492520115bb2d947c3a0d90a2c6b7a60a8"
+ "reference": "35b21539c309cbc4697266591f3a4ae9ce4e029c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/voku/portable-utf8/zipball/f6c78e492520115bb2d947c3a0d90a2c6b7a60a8",
- "reference": "f6c78e492520115bb2d947c3a0d90a2c6b7a60a8",
+ "url": "https://api.github.com/repos/voku/portable-utf8/zipball/35b21539c309cbc4697266591f3a4ae9ce4e029c",
+ "reference": "35b21539c309cbc4697266591f3a4ae9ce4e029c",
"shasum": ""
},
"require": {
@@ -6576,7 +6653,11 @@
"voku/portable-ascii": "~2.0.0"
},
"require-dev": {
- "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
+ "phpstan/phpstan": "1.8.*@dev",
+ "phpstan/phpstan-strict-rules": "1.4.*@dev",
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
+ "thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
+ "voku/phpstan-rules": "3.1.*@dev"
},
"suggest": {
"ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
@@ -6625,7 +6706,7 @@
],
"support": {
"issues": "https://github.com/voku/portable-utf8/issues",
- "source": "https://github.com/voku/portable-utf8/tree/6.0.4"
+ "source": "https://github.com/voku/portable-utf8/tree/6.0.10"
},
"funding": [
{
@@ -6649,7 +6730,7 @@
"type": "tidelift"
}
],
- "time": "2022-03-08T17:04:59+00:00"
+ "time": "2022-10-05T23:42:43+00:00"
},
{
"name": "voku/stop-words",
@@ -6877,21 +6958,21 @@
},
{
"name": "webmozart/assert",
- "version": "1.10.0",
+ "version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0",
- "symfony/polyfill-ctype": "^1.8"
+ "ext-ctype": "*",
+ "php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
@@ -6929,22 +7010,22 @@
],
"support": {
"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": "webonyx/graphql-php",
- "version": "v14.11.6",
+ "version": "v14.11.8",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
- "reference": "6070542725b61fc7d0654a8a9855303e5e157434"
+ "reference": "04a48693acd785330eefd3b0e4fa67df8dfee7c3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/6070542725b61fc7d0654a8a9855303e5e157434",
- "reference": "6070542725b61fc7d0654a8a9855303e5e157434",
+ "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/04a48693acd785330eefd3b0e4fa67df8dfee7c3",
+ "reference": "04a48693acd785330eefd3b0e4fa67df8dfee7c3",
"shasum": ""
},
"require": {
@@ -6989,7 +7070,7 @@
],
"support": {
"issues": "https://github.com/webonyx/graphql-php/issues",
- "source": "https://github.com/webonyx/graphql-php/tree/v14.11.6"
+ "source": "https://github.com/webonyx/graphql-php/tree/v14.11.8"
},
"funding": [
{
@@ -6997,7 +7078,7 @@
"type": "open_collective"
}
],
- "time": "2022-04-13T16:25:32+00:00"
+ "time": "2022-09-21T15:35:03+00:00"
},
{
"name": "yiisoft/yii2",
@@ -7395,16 +7476,16 @@
},
{
"name": "yiisoft/yii2-symfonymailer",
- "version": "2.0.3",
+ "version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/yiisoft/yii2-symfonymailer.git",
- "reference": "77baddfd806005604624ec58e6b55b18f31eeaaf"
+ "reference": "82f5902551a160633c4734b5096977ce76a809d9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/yiisoft/yii2-symfonymailer/zipball/77baddfd806005604624ec58e6b55b18f31eeaaf",
- "reference": "77baddfd806005604624ec58e6b55b18f31eeaaf",
+ "url": "https://api.github.com/repos/yiisoft/yii2-symfonymailer/zipball/82f5902551a160633c4734b5096977ce76a809d9",
+ "reference": "82f5902551a160633c4734b5096977ce76a809d9",
"shasum": ""
},
"require": {
@@ -7466,7 +7547,7 @@
"type": "tidelift"
}
],
- "time": "2022-02-10T13:42:46+00:00"
+ "time": "2022-09-04T10:48:21+00:00"
}
],
"packages-dev": [
@@ -7476,17 +7557,17 @@
"source": {
"type": "git",
"url": "https://github.com/craftcms/ecs.git",
- "reference": "6534ed578927b9e1da0acd44584c9341e0e87fbe"
+ "reference": "b4ef13140cd808feed5bfb857b3083d6c44ca2b4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/craftcms/ecs/zipball/6534ed578927b9e1da0acd44584c9341e0e87fbe",
- "reference": "6534ed578927b9e1da0acd44584c9341e0e87fbe",
+ "url": "https://api.github.com/repos/craftcms/ecs/zipball/b4ef13140cd808feed5bfb857b3083d6c44ca2b4",
+ "reference": "b4ef13140cd808feed5bfb857b3083d6c44ca2b4",
"shasum": ""
},
"require": {
"php": "^7.2.5|^8.0.2",
- "symplify/easy-coding-standard": "^10.0"
+ "symplify/easy-coding-standard": "^10.3.3"
},
"default-branch": true,
"type": "library",
@@ -7501,7 +7582,7 @@
"issues": "https://github.com/craftcms/ecs/issues",
"source": "https://github.com/craftcms/ecs/tree/main"
},
- "time": "2022-04-12T20:55:14+00:00"
+ "time": "2022-06-30T16:27:12+00:00"
},
{
"name": "craftcms/phpstan",
@@ -7532,16 +7613,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.6.6",
+ "version": "1.8.11",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "96c3c53bb127895570f1f8a2488017afc0fae55d"
+ "reference": "46e223dd68a620da18855c23046ddb00940b4014"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96c3c53bb127895570f1f8a2488017afc0fae55d",
- "reference": "96c3c53bb127895570f1f8a2488017afc0fae55d",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e223dd68a620da18855c23046ddb00940b4014",
+ "reference": "46e223dd68a620da18855c23046ddb00940b4014",
"shasum": ""
},
"require": {
@@ -7565,9 +7646,13 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
+ "keywords": [
+ "dev",
+ "static analysis"
+ ],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.6.6"
+ "source": "https://github.com/phpstan/phpstan/tree/1.8.11"
},
"funding": [
{
@@ -7578,33 +7663,29 @@
"url": "https://github.com/phpstan",
"type": "github"
},
- {
- "url": "https://www.patreon.com/phpstan",
- "type": "patreon"
- },
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
- "time": "2022-05-04T22:27:56+00:00"
+ "time": "2022-10-24T15:45:13+00:00"
},
{
"name": "symplify/easy-coding-standard",
- "version": "10.2.3",
+ "version": "10.3.3",
"source": {
"type": "git",
"url": "https://github.com/symplify/easy-coding-standard.git",
- "reference": "7303e9b0a6ac61b2a0cf5185a2078b7af25fba9d"
+ "reference": "c93878b3c052321231519b6540e227380f90be17"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/7303e9b0a6ac61b2a0cf5185a2078b7af25fba9d",
- "reference": "7303e9b0a6ac61b2a0cf5185a2078b7af25fba9d",
+ "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/c93878b3c052321231519b6540e227380f90be17",
+ "reference": "c93878b3c052321231519b6540e227380f90be17",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
"conflict": {
"friendsofphp/php-cs-fixer": "<3.0",
@@ -7616,7 +7697,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "9.5-dev"
+ "dev-main": "10.3-dev"
}
},
"autoload": {
@@ -7630,7 +7711,7 @@
],
"description": "Prefixed scoped version of ECS package",
"support": {
- "source": "https://github.com/symplify/easy-coding-standard/tree/10.2.3"
+ "source": "https://github.com/symplify/easy-coding-standard/tree/10.3.3"
},
"funding": [
{
@@ -7642,7 +7723,7 @@
"type": "github"
}
],
- "time": "2022-05-03T14:07:44+00:00"
+ "time": "2022-06-13T14:03:37+00:00"
}
],
"aliases": [],
@@ -7660,5 +7741,5 @@
"platform-overrides": {
"php": "8.0.2"
},
- "plugin-api-version": "2.2.0"
+ "plugin-api-version": "2.3.0"
}