From e8e004d6ce7e38ba2ec218d4bbf5abdbe5c60337 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2024 09:03:49 +0100
Subject: [PATCH] Bump the dependencies group with 8 updates (#45)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group with 8 updates:
| Package | From | To |
| --- | --- | --- |
|
[google/cloud-firestore](https://github.com/googleapis/google-cloud-php-firestore)
| `1.47.0` | `1.47.1` |
|
[google/cloud-pubsub](https://github.com/googleapis/google-cloud-php-pubsub)
| `2.8.0` | `2.8.1` |
| [symfony/console](https://github.com/symfony/console) | `7.1.6` |
`7.2.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.6` |
`7.2.0` |
|
[symfony/framework-bundle](https://github.com/symfony/framework-bundle)
| `7.1.5` | `7.2.0` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.1.7` |
`7.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.6` | `7.2.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) |
`11.4.3` | `11.4.4` |
Updates `google/cloud-firestore` from 1.47.0 to 1.47.1
Release notes
Sourced from google/cloud-firestore's
releases.
google/cloud-firestore v1.47.1
Miscellaneous Chores
Commits
Updates `google/cloud-pubsub` from 2.8.0 to 2.8.1
Release notes
Sourced from google/cloud-pubsub's
releases.
google/cloud-pubsub v2.8.1
Miscellaneous Chores
Commits
Updates `symfony/console` from 7.1.6 to 7.2.0
Release notes
Sourced from symfony/console's
releases.
v7.2.0
Changelog (https://github.com/symfony/console/compare/v7.2.0-RC1...v7.2.0)
v7.2.0-RC1
Changelog (https://github.com/symfony/console/compare/v7.2.0-BETA2...v7.2.0-RC1)
v7.2.0-BETA2
Changelog (https://github.com/symfony/console/compare/v7.2.0-BETA1...v7.2.0-BETA2)
v7.2.0-BETA1
Changelog (https://github.com/symfony/console/compare/v7.1.6...v7.2.0-BETA1)
v7.1.8
Changelog (https://github.com/symfony/console/compare/v7.1.7...v7.1.8)
v7.1.7
Changelog (https://github.com/symfony/console/compare/v7.1.6...v7.1.7)
Changelog
Sourced from symfony/console's
changelog.
CHANGELOG
7.2
- Add support for
FORCE_COLOR
environment variable
- Add
verbosity
argument to mustRun
process
helper method
- [BC BREAK] Add silent verbosity
(
--silent
/SHELL_VERBOSITY=-2
) to suppress all
output, including errors
- Add
OutputInterface::isSilent()
,
Output::isSilent()
, OutputStyle::isSilent()
methods
- Add a configurable finished indicator to the progress indicator to
show that the progress is finished
- Add ability to schedule alarm signals and a
ConsoleAlarmEvent
7.1
- Add
ArgvInput::getRawTokens()
7.0
- Add method
__toString()
to
InputInterface
- Remove
Command::$defaultName
and
Command::$defaultDescription
, use the
AsCommand
attribute instead
- Require explicit argument when calling
*Command::setApplication()
,
*FormatterStyle::setForeground/setBackground()
,
Helper::setHelpSet()
, Input*::setDefault()
and
Question::setAutocompleterCallback/setValidator()
- Remove
StringInput::REGEX_STRING
6.4
- Add
SignalMap
to map signal value to its name
- Multi-line text in vertical tables is aligned properly
- The application can also catch errors with
Application::setCatchErrors(true)
- Add
RunCommandMessage
and
RunCommandMessageHandler
- Dispatch
ConsoleTerminateEvent
after an exit on signal
handling and add
ConsoleTerminateEvent::getInterruptingSignal()
6.3
- Add support for choosing exit code while handling signal, or to not
exit at all
- Add
ProgressBar::setPlaceholderFormatter
to set a
placeholder attached to a instance, instead of being global.
- Add
ReStructuredTextDescriptor
6.2
- Improve truecolor terminal detection in some cases
- Add support for 256 color terminals (conversion from Ansi24 to Ansi8
if terminal is capable of it)
- Deprecate calling
*Command::setApplication()
,
*FormatterStyle::setForeground/setBackground()
,
Helper::setHelpSet()
, Input*::setDefault()
,
Question::setAutocompleterCallback/setValidator()
without
any arguments
- Change the signature of
OutputFormatterStyleInterface::setForeground/setBackground()
to setForeground/setBackground(?string)
- Change the signature of
HelperInterface::setHelperSet()
to setHelperSet(?HelperSet)
... (truncated)
Commits
23c8aae
Merge branch '7.1' into 7.2
ff04e5b
Merge branch '6.4' into 7.1
f1fc6f4
Merge branch '5.4' into 6.4
c4ba980
skip autocomplete test when stty is not available
3fda7e5
Merge branch '7.1' into 7.2
3284aaf
Merge branch '6.4' into 7.1
897c244
Merge branch '5.4' into 6.4
fb0d476
fix detecting anonymous exception classes on Windows and PHP 7
c32691c
Don't use die()
in PHPT --SKIPIF--
de74db6
Remove always true/false occurrences
- Additional commits viewable in compare
view
Updates `symfony/dotenv` from 7.1.6 to 7.2.0
Release notes
Sourced from symfony/dotenv's
releases.
v7.2.0
Changelog (https://github.com/symfony/dotenv/compare/v7.2.0-RC1...v7.2.0)
v7.2.0-RC1
Changelog (https://github.com/symfony/dotenv/compare/v7.2.0-BETA2...v7.2.0-RC1)
v7.2.0-BETA1
Changelog (https://github.com/symfony/dotenv/compare/v7.1.6...v7.2.0-BETA1)
v7.1.9
Changelog (https://github.com/symfony/dotenv/compare/v7.1.8...v7.1.9)
Commits
28347a8
Merge branch '7.1' into 7.2
245d1af
Merge branch '6.4' into 7.1
1ac5e7e
Merge branch '5.4' into 6.4
0801340
read runtime config from composer.json in debug dotenv command
07b2c58
Merge branch '7.1' into 7.2
8474944
Merge branch '7.1' into 7.2
b453abe
Merge branch '7.1' into 7.2
966f190
Remove unused code and unnecessary else
branches
ccc9d84
Use CPP where possible
5d005c9
Merge branch '7.1' into 7.2
- Additional commits viewable in compare
view
Updates `symfony/framework-bundle` from 7.1.5 to 7.2.0
Release notes
Sourced from symfony/framework-bundle's
releases.
v7.2.0
Changelog (https://github.com/symfony/framework-bundle/compare/v7.2.0-RC1...v7.2.0)
v7.2.0-RC1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.2.0-BETA2...v7.2.0-RC1)
v7.2.0-BETA2
Changelog (https://github.com/symfony/framework-bundle/compare/v7.2.0-BETA1...v7.2.0-BETA2)
v7.2.0-BETA1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.6...v7.2.0-BETA1)
... (truncated)
Changelog
Sourced from symfony/framework-bundle's
changelog.
CHANGELOG
7.2
- Add support for
--sort
option when extracting
translations with translation:extract
command and
--force
option
- Add support for setting
headers
with
Symfony\Bundle\FrameworkBundle\Controller\TemplateController
- Add
--resolve-env-vars
option to
lint:container
command
- Derivate
kernel.secret
from the decryption secret when
its env var is not defined
- Make the
config/
directory optional in
MicroKernelTrait
, add support for service arguments in the
invokable Kernel class, and register FrameworkBundle
by
default when the bundles.php
file is missing
- [BC BREAK] The
secrets:decrypt-to-local
command
terminates with a non-zero exit code when a secret could not be
read
- Deprecate making
cache.app
adapter taggable, use the
cache.app.taggable
adapter instead
- Enable
json_decode_detailed_errors
in the default
serializer context in debug mode by default when
seld/jsonlint
is installed
- Register
Symfony\Component\Serializer\NameConverter\SnakeCaseToCamelCaseNameConverter
as a service named
serializer.name_converter.snake_case_to_camel_case
if
available
- Add
framework.csrf_protection.stateless_token_ids
,
.cookie_name
, and .check_header
options to use
stateless headers/cookies-based CSRF protection
- Add
framework.form.csrf_protection.field_attr
option
- Deprecate
session.sid_length
and
session.sid_bits_per_character
config options
- Add the ability to use an existing service as a lock/semaphore
resource
- Add support for configuring multiple serializer instances via the
configuration
- Add support for
SYMFONY_TRUSTED_PROXIES
,
SYMFONY_TRUSTED_HEADERS
,
SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER
and
SYMFONY_TRUSTED_HOSTS
env vars
- Add
--no-fill
option to
translation:extract
command
7.1
- Add
CheckAliasValidityPass
to
lint:container
command
- Add
private_ranges
as a shortcut for private IP address
ranges to the trusted_proxies
option
- Mark classes
ConfigBuilderCacheWarmer
,
Router
, SerializerCacheWarmer
,
TranslationsCacheWarmer
, Translator
and
ValidatorCacheWarmer
as final
- Move the Router
cache_dir
to
kernel.build_dir
- Deprecate the
router.cache_dir
config option
- Add
rate_limiter
tags to rate limiter services
- Add
secrets:reveal
command
- Add
rate_limiter
option to
http_client.default_options
and
http_client.scoped_clients
- Attach the workflow's configuration to the
workflow
tag
- Add the
allowed_recipients
option for mailer to allow
some users to receive
emails even if recipients
is defined.
- Reset env vars when resetting the container
7.0
- Remove command
translation:update
, use
translation:extract
instead
- Make the
http_method_override
config option default to
false
- Remove
AbstractController::renderForm()
, use
render()
instead
- Remove the
Symfony\Component\Serializer\Normalizer\ObjectNormalizer
and
Symfony\Component\Serializer\Normalizer\PropertyNormalizer
autowiring aliases, type-hint against
Symfony\Component\Serializer\Normalizer\NormalizerInterface
or implement NormalizerAwareInterface
instead
- Remove the
Http\Client\HttpClient
service, use
Psr\Http\Client\ClientInterface
instead
... (truncated)
Commits
a8d0da4
bug #58950
[FrameworkBundle] Revert " Deprecate making cache.app
adapter ta...
98aa662
Revert "[FrameworkBundle] Deprecate making cache.app
adapter taggable"
eca6e49
Revert "bug #58937
[FrameworkBundle] Don't auto-register form/csrf when the c...
15df69b
[FrameworkBundle] Don't auto-register form/csrf when the corresponding
compon...
f954349
[TypeInfo][Serializer][PropertyInfo][Validator] TypeInfo 7.1
compatibility
e1fe039
bug #58834
[FrameworkBundle] ensure validator.translation_domain
parameter ...
2b2f30e
feature #57630
[TypeInfo] Redesign Type methods and nullability (mtarld)
3bf0083
ensure that the validator.translation_domain parameter is always
set
7a46f7d
[Routing] Rename annotations to attribute in
AttributeClassLoader
8a7df87
Merge branch '7.1' into 7.2
- Additional commits viewable in compare
view
Updates `symfony/runtime` from 7.1.7 to 7.2.0
Release notes
Sourced from symfony/runtime's
releases.
v7.2.0
Changelog (https://github.com/symfony/runtime/compare/v7.2.0-RC1...v7.2.0)
v7.2.0-BETA2
Changelog (https://github.com/symfony/runtime/compare/v7.2.0-BETA1...v7.2.0-BETA2)
- security symfony/symfony#cve-2024-50340 [Runtime] Do not read from
argv on non-CLI SAPIs (
@wouterj
)
v7.2.0-BETA1
Changelog (https://github.com/symfony/runtime/compare/v7.1.6...v7.2.0-BETA1)
Commits
2c35056
[Runtime] Negate register_argc_argv when its On
46fd79d
Merge branch '7.1' into 7.2
718e3b5
Merge branch '7.1' into 7.2
06fa5c8
Don't use die()
in PHPT --SKIPIF--
049a9f3
Merge branch '7.1' into 7.2
57b6765
Merge branch '7.1' into 7.2
b09e818
[Console] Add silent verbosity mode suppressing all output, including
errors
41696a1
[Runtime] fix ComposerPlugin
289c26c
Fix multiple CS errors
356c377
Update .gitattributes
- Additional commits viewable in compare
view
Updates `symfony/yaml` from 7.1.6 to 7.2.0
Release notes
Sourced from symfony/yaml's
releases.
v7.2.0
Changelog (https://github.com/symfony/yaml/compare/v7.2.0-RC1...v7.2.0)
v7.2.0-BETA1
Changelog (https://github.com/symfony/yaml/compare/v7.1.6...v7.2.0-BETA1)
Changelog
Sourced from symfony/yaml's
changelog.
CHANGELOG
7.2
- Deprecate parsing duplicate mapping keys whose value is
null
7.1
- Add support for getting all the enum cases with
!php/enum
Foo
7.0
- Remove the
!php/const:
tag, use !php/const
instead (without the colon)
6.3
- Add support to dump int keys as strings by using the
Yaml::DUMP_NUMERIC_KEY_AS_STRING
flag
6.2
- Add support for
!php/enum
and !php/enum
*->value
- Deprecate the
!php/const:
tag in key which will be
replaced by the !php/const
tag (without the colon) since
3.4
6.1
- In cases where it will likely improve readability, strings
containing single quotes will be double-quoted
5.4
- Add new
lint:yaml dirname --exclude=/dirname/foo.yaml
--exclude=/dirname/bar.yaml
option to exclude one or more specific files from multiple file
list
- Allow negatable for the parse tags option with
--no-parse-tags
5.3
- Added
github
format support & autodetection to
render errors as annotations
when running the YAML linter command in a Github Action
environment.
5.1.0
... (truncated)
Commits
099581e
Remove always true/false occurrences
888f0ea
Merge branch '7.1' into 7.2
8e82cc9
[Yaml] Use CPP in Dumper
96baa90
Merge branch '7.1' into 7.2
4bc6a9f
Merge branch '7.1' into 7.2
9900d69
Remove useless code
564ae85
Fix multiple CS errors
9a80908
[PhpUnitBridge] Add ExpectUserDeprecationMessageTrait
aaf847b
Update .gitattributes
9175fd2
Deprecate duplicate mapping keys containing null
- Additional commits viewable in compare
view
Updates `phpunit/phpunit` from 11.4.3 to 11.4.4
Release notes
Sourced from phpunit/phpunit's
releases.
PHPUnit 11.4.4
Fixed
- #6028:
ignoreIndirectDeprecations=true
suppresses deprecations
triggered in test code
How to
install or update PHPUnit
Changelog
Sourced from phpunit/phpunit's
changelog.
[11.4.4] - 2024-11-27
Fixed
- #6028:
ignoreIndirectDeprecations=true
suppresses deprecations
triggered in test code
Commits
f9ba7bd
Prepare release
e3d0f43
Merge branch '10.5' into 11.4
c4ccbf6
Add test
ba52e57
Add test for setConstructorArgs()
d3706a9
Do not install tools that we do not use
dc48490
Use PHP 8.4 for static-analysis job
0e67fa7
Use PHP 8.4 for dependency-validation job
f3d9714
Do not print "Triggered by" section for issues triggered in
test code
05c1687
Do not emit issues in test code for baseline-related end-to-end
tests
6629680
Delete unused test fixture
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
composer.lock | 452 ++++++++++++++++++++++++++------------------------
1 file changed, 231 insertions(+), 221 deletions(-)
diff --git a/composer.lock b/composer.lock
index 4f8b67e..0c417a8 100644
--- a/composer.lock
+++ b/composer.lock
@@ -68,16 +68,16 @@
},
{
"name": "firebase/php-jwt",
- "version": "v6.10.1",
+ "version": "v6.10.2",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
- "reference": "500501c2ce893c824c801da135d02661199f60c5"
+ "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5",
- "reference": "500501c2ce893c824c801da135d02661199f60c5",
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
+ "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
"shasum": ""
},
"require": {
@@ -125,29 +125,29 @@
],
"support": {
"issues": "https://github.com/firebase/php-jwt/issues",
- "source": "https://github.com/firebase/php-jwt/tree/v6.10.1"
+ "source": "https://github.com/firebase/php-jwt/tree/v6.10.2"
},
- "time": "2024-05-18T18:05:11+00:00"
+ "time": "2024-11-24T11:22:49+00:00"
},
{
"name": "google/auth",
- "version": "v1.42.0",
+ "version": "v1.43.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git",
- "reference": "0c25599a91530b5847f129b271c536f75a7563f5"
+ "reference": "b6a80acd906492086db59aada9196dcfb9c512fe"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/0c25599a91530b5847f129b271c536f75a7563f5",
- "reference": "0c25599a91530b5847f129b271c536f75a7563f5",
+ "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b6a80acd906492086db59aada9196dcfb9c512fe",
+ "reference": "b6a80acd906492086db59aada9196dcfb9c512fe",
"shasum": ""
},
"require": {
"firebase/php-jwt": "^6.0",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.4.5",
- "php": "^8.0",
+ "php": "^8.1",
"psr/cache": "^2.0||^3.0",
"psr/http-message": "^1.1||^2.0"
},
@@ -185,9 +185,9 @@
"support": {
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
- "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.42.0"
+ "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.43.0"
},
- "time": "2024-08-26T18:33:48+00:00"
+ "time": "2024-11-07T19:35:20+00:00"
},
{
"name": "google/cloud-core",
@@ -235,9 +235,9 @@
"extra": {
"component": {
"id": "cloud-core",
- "target": "googleapis/google-cloud-php-core.git",
"path": "Core",
- "entry": "src/ServiceBuilder.php"
+ "entry": "src/ServiceBuilder.php",
+ "target": "googleapis/google-cloud-php-core.git"
}
},
"autoload": {
@@ -257,16 +257,16 @@
},
{
"name": "google/cloud-firestore",
- "version": "v1.47.0",
+ "version": "v1.47.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-firestore.git",
- "reference": "e661b2648e26f579da51a65a82149860185290c2"
+ "reference": "787b975acdb66b05a9862ee99cfb6e2e521478bf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-cloud-php-firestore/zipball/e661b2648e26f579da51a65a82149860185290c2",
- "reference": "e661b2648e26f579da51a65a82149860185290c2",
+ "url": "https://api.github.com/repos/googleapis/google-cloud-php-firestore/zipball/787b975acdb66b05a9862ee99cfb6e2e521478bf",
+ "reference": "787b975acdb66b05a9862ee99cfb6e2e521478bf",
"shasum": ""
},
"require": {
@@ -308,22 +308,22 @@
],
"description": "Cloud Firestore Client for PHP",
"support": {
- "source": "https://github.com/googleapis/google-cloud-php-firestore/tree/v1.47.0"
+ "source": "https://github.com/googleapis/google-cloud-php-firestore/tree/v1.47.1"
},
- "time": "2024-09-28T04:24:22+00:00"
+ "time": "2024-11-06T21:50:43+00:00"
},
{
"name": "google/cloud-pubsub",
- "version": "v2.8.0",
+ "version": "v2.8.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-pubsub.git",
- "reference": "181f61cf0c1eb1cf5be304186eb7c0ae0cbb0af1"
+ "reference": "3a41894e5483fd7849dda4e54d2645dd1f16a233"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-cloud-php-pubsub/zipball/181f61cf0c1eb1cf5be304186eb7c0ae0cbb0af1",
- "reference": "181f61cf0c1eb1cf5be304186eb7c0ae0cbb0af1",
+ "url": "https://api.github.com/repos/googleapis/google-cloud-php-pubsub/zipball/3a41894e5483fd7849dda4e54d2645dd1f16a233",
+ "reference": "3a41894e5483fd7849dda4e54d2645dd1f16a233",
"shasum": ""
},
"require": {
@@ -365,9 +365,9 @@
],
"description": "Cloud PubSub Client for PHP",
"support": {
- "source": "https://github.com/googleapis/google-cloud-php-pubsub/tree/v2.8.0"
+ "source": "https://github.com/googleapis/google-cloud-php-pubsub/tree/v2.8.1"
},
- "time": "2024-10-11T19:23:00+00:00"
+ "time": "2024-11-06T21:50:43+00:00"
},
{
"name": "google/common-protos",
@@ -430,16 +430,16 @@
},
{
"name": "google/gax",
- "version": "v1.34.1",
+ "version": "v1.35.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/gax-php.git",
- "reference": "173f0a97323284f91fd453c4ed7ed8317ecf6cfa"
+ "reference": "21d038043e50498c42f8f060ab2d6949066480f3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/gax-php/zipball/173f0a97323284f91fd453c4ed7ed8317ecf6cfa",
- "reference": "173f0a97323284f91fd453c4ed7ed8317ecf6cfa",
+ "url": "https://api.github.com/repos/googleapis/gax-php/zipball/21d038043e50498c42f8f060ab2d6949066480f3",
+ "reference": "21d038043e50498c42f8f060ab2d6949066480f3",
"shasum": ""
},
"require": {
@@ -481,9 +481,9 @@
],
"support": {
"issues": "https://github.com/googleapis/gax-php/issues",
- "source": "https://github.com/googleapis/gax-php/tree/v1.34.1"
+ "source": "https://github.com/googleapis/gax-php/tree/v1.35.0"
},
- "time": "2024-08-15T18:00:58+00:00"
+ "time": "2024-11-06T20:27:21+00:00"
},
{
"name": "google/grpc-gcp",
@@ -532,16 +532,16 @@
},
{
"name": "google/longrunning",
- "version": "0.4.3",
+ "version": "0.4.5",
"source": {
"type": "git",
"url": "https://github.com/googleapis/php-longrunning.git",
- "reference": "ed718a735e407826c3332b7197a44602eb03e608"
+ "reference": "062eab0f3b9310da9498bfe20b273f074580b916"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/ed718a735e407826c3332b7197a44602eb03e608",
- "reference": "ed718a735e407826c3332b7197a44602eb03e608",
+ "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/062eab0f3b9310da9498bfe20b273f074580b916",
+ "reference": "062eab0f3b9310da9498bfe20b273f074580b916",
"shasum": ""
},
"require-dev": {
@@ -570,22 +570,22 @@
],
"description": "Google LongRunning Client for PHP",
"support": {
- "source": "https://github.com/googleapis/php-longrunning/tree/v0.4.3"
+ "source": "https://github.com/googleapis/php-longrunning/tree/v0.4.5"
},
- "time": "2024-06-01T03:14:01+00:00"
+ "time": "2024-11-16T00:28:46+00:00"
},
{
"name": "google/protobuf",
- "version": "v4.28.3",
+ "version": "v4.29.0",
"source": {
"type": "git",
"url": "https://github.com/protocolbuffers/protobuf-php.git",
- "reference": "c5c311e0f3d89928251ac5a2f0e3db283612c100"
+ "reference": "0ef6b2eb74b782f3f9023276c324d22e440f7587"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/c5c311e0f3d89928251ac5a2f0e3db283612c100",
- "reference": "c5c311e0f3d89928251ac5a2f0e3db283612c100",
+ "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/0ef6b2eb74b782f3f9023276c324d22e440f7587",
+ "reference": "0ef6b2eb74b782f3f9023276c324d22e440f7587",
"shasum": ""
},
"require": {
@@ -614,9 +614,9 @@
"proto"
],
"support": {
- "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.28.3"
+ "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.29.0"
},
- "time": "2024-10-22T22:27:17+00:00"
+ "time": "2024-11-27T18:37:40+00:00"
},
{
"name": "grpc/grpc",
@@ -989,16 +989,16 @@
},
{
"name": "monolog/monolog",
- "version": "3.7.0",
+ "version": "3.8.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
- "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
+ "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
- "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/32e515fdc02cdafbe4593e30a9350d486b125b67",
+ "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67",
"shasum": ""
},
"require": {
@@ -1018,12 +1018,14 @@
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
- "phpstan/phpstan": "^1.9",
- "phpstan/phpstan-deprecation-rules": "^1.0",
- "phpstan/phpstan-strict-rules": "^1.4",
- "phpunit/phpunit": "^10.5.17",
+ "php-console/php-console": "^3.1.8",
+ "phpstan/phpstan": "^2",
+ "phpstan/phpstan-deprecation-rules": "^2",
+ "phpstan/phpstan-strict-rules": "^2",
+ "phpunit/phpunit": "^10.5.17 || ^11.0.7",
"predis/predis": "^1.1 || ^2",
- "ruflin/elastica": "^7",
+ "rollbar/rollbar": "^4.0",
+ "ruflin/elastica": "^7 || ^8",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
},
@@ -1074,7 +1076,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/3.7.0"
+ "source": "https://github.com/Seldaek/monolog/tree/3.8.0"
},
"funding": [
{
@@ -1086,7 +1088,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-28T09:40:51+00:00"
+ "time": "2024-11-12T13:57:08+00:00"
},
{
"name": "psr/cache",
@@ -1677,23 +1679,25 @@
},
{
"name": "rize/uri-template",
- "version": "0.3.8",
+ "version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/rize/UriTemplate.git",
- "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24"
+ "reference": "56f374a9a42c7c3998f8b55b6b21b224de90c58b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/rize/UriTemplate/zipball/34a5b96d0b65a5dddb7d20f09b6527a43faede24",
- "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24",
+ "url": "https://api.github.com/repos/rize/UriTemplate/zipball/56f374a9a42c7c3998f8b55b6b21b224de90c58b",
+ "reference": "56f374a9a42c7c3998f8b55b6b21b224de90c58b",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=8.1"
},
"require-dev": {
- "phpunit/phpunit": "~4.8.36"
+ "friendsofphp/php-cs-fixer": "^3.63",
+ "phpstan/phpstan": "^1.12",
+ "phpunit/phpunit": "~10.0"
},
"type": "library",
"autoload": {
@@ -1719,7 +1723,7 @@
],
"support": {
"issues": "https://github.com/rize/UriTemplate/issues",
- "source": "https://github.com/rize/UriTemplate/tree/0.3.8"
+ "source": "https://github.com/rize/UriTemplate/tree/0.4.0"
},
"funding": [
{
@@ -1735,20 +1739,20 @@
"type": "open_collective"
}
],
- "time": "2024-08-30T07:09:40+00:00"
+ "time": "2024-11-27T12:13:42+00:00"
},
{
"name": "symfony/cache",
- "version": "v7.1.5",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "86e5296b10e4dec8c8441056ca606aedb8a3be0a"
+ "reference": "2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/86e5296b10e4dec8c8441056ca606aedb8a3be0a",
- "reference": "86e5296b10e4dec8c8441056ca606aedb8a3be0a",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a",
+ "reference": "2c926bc348184b4b235f2200fcbe8fcf3c8c5b8a",
"shasum": ""
},
"require": {
@@ -1776,6 +1780,7 @@
"doctrine/dbal": "^3.6|^4",
"predis/predis": "^1.1|^2.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
+ "symfony/clock": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/filesystem": "^6.4|^7.0",
@@ -1816,7 +1821,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v7.1.5"
+ "source": "https://github.com/symfony/cache/tree/v7.2.0"
},
"funding": [
{
@@ -1832,20 +1837,20 @@
"type": "tidelift"
}
],
- "time": "2024-09-17T09:16:35+00:00"
+ "time": "2024-11-25T15:21:05+00:00"
},
{
"name": "symfony/cache-contracts",
- "version": "v3.5.0",
+ "version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
- "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197"
+ "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
- "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
+ "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
"shasum": ""
},
"require": {
@@ -1892,7 +1897,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0"
+ "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1"
},
"funding": [
{
@@ -1908,20 +1913,20 @@
"type": "tidelift"
}
],
- "time": "2024-04-18T09:32:20+00:00"
+ "time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/config",
- "version": "v7.1.1",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2"
+ "reference": "bcd3c4adf0144dee5011bb35454728c38adec055"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2",
- "reference": "2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2",
+ "url": "https://api.github.com/repos/symfony/config/zipball/bcd3c4adf0144dee5011bb35454728c38adec055",
+ "reference": "bcd3c4adf0144dee5011bb35454728c38adec055",
"shasum": ""
},
"require": {
@@ -1967,7 +1972,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/config/tree/v7.1.1"
+ "source": "https://github.com/symfony/config/tree/v7.2.0"
},
"funding": [
{
@@ -1983,20 +1988,20 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:57:53+00:00"
+ "time": "2024-11-04T11:36:24+00:00"
},
{
"name": "symfony/console",
- "version": "v7.1.6",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "bb5192af6edc797cbab5c8e8ecfea2fe5f421e57"
+ "reference": "23c8aae6d764e2bae02d2a99f7532a7f6ed619cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/bb5192af6edc797cbab5c8e8ecfea2fe5f421e57",
- "reference": "bb5192af6edc797cbab5c8e8ecfea2fe5f421e57",
+ "url": "https://api.github.com/repos/symfony/console/zipball/23c8aae6d764e2bae02d2a99f7532a7f6ed619cf",
+ "reference": "23c8aae6d764e2bae02d2a99f7532a7f6ed619cf",
"shasum": ""
},
"require": {
@@ -2060,7 +2065,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v7.1.6"
+ "source": "https://github.com/symfony/console/tree/v7.2.0"
},
"funding": [
{
@@ -2076,20 +2081,20 @@
"type": "tidelift"
}
],
- "time": "2024-10-09T08:46:59+00:00"
+ "time": "2024-11-06T14:24:19+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v7.1.5",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "38465f925ec4e0707b090e9147c65869837d639d"
+ "reference": "a475747af1a1c98272a5471abc35f3da81197c5d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/38465f925ec4e0707b090e9147c65869837d639d",
- "reference": "38465f925ec4e0707b090e9147c65869837d639d",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a475747af1a1c98272a5471abc35f3da81197c5d",
+ "reference": "a475747af1a1c98272a5471abc35f3da81197c5d",
"shasum": ""
},
"require": {
@@ -2140,7 +2145,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v7.1.5"
+ "source": "https://github.com/symfony/dependency-injection/tree/v7.2.0"
},
"funding": [
{
@@ -2156,20 +2161,20 @@
"type": "tidelift"
}
],
- "time": "2024-09-20T08:28:38+00:00"
+ "time": "2024-11-25T15:45:00+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v3.5.0",
+ "version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
+ "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
- "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
+ "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
"shasum": ""
},
"require": {
@@ -2207,7 +2212,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.5.0"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
},
"funding": [
{
@@ -2223,20 +2228,20 @@
"type": "tidelift"
}
],
- "time": "2024-04-18T09:32:20+00:00"
+ "time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/dotenv",
- "version": "v7.1.6",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
- "reference": "56a10f3032a6c2f085b13bc429e9d78a2c895dc4"
+ "reference": "28347a897771d0c28e99b75166dd2689099f3045"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dotenv/zipball/56a10f3032a6c2f085b13bc429e9d78a2c895dc4",
- "reference": "56a10f3032a6c2f085b13bc429e9d78a2c895dc4",
+ "url": "https://api.github.com/repos/symfony/dotenv/zipball/28347a897771d0c28e99b75166dd2689099f3045",
+ "reference": "28347a897771d0c28e99b75166dd2689099f3045",
"shasum": ""
},
"require": {
@@ -2281,7 +2286,7 @@
"environment"
],
"support": {
- "source": "https://github.com/symfony/dotenv/tree/v7.1.6"
+ "source": "https://github.com/symfony/dotenv/tree/v7.2.0"
},
"funding": [
{
@@ -2297,20 +2302,20 @@
"type": "tidelift"
}
],
- "time": "2024-09-28T11:14:12+00:00"
+ "time": "2024-11-27T11:18:42+00:00"
},
{
"name": "symfony/error-handler",
- "version": "v7.1.3",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "432bb369952795c61ca1def65e078c4a80dad13c"
+ "reference": "672b3dd1ef8b87119b446d67c58c106c43f965fe"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/432bb369952795c61ca1def65e078c4a80dad13c",
- "reference": "432bb369952795c61ca1def65e078c4a80dad13c",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/672b3dd1ef8b87119b446d67c58c106c43f965fe",
+ "reference": "672b3dd1ef8b87119b446d67c58c106c43f965fe",
"shasum": ""
},
"require": {
@@ -2356,7 +2361,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/error-handler/tree/v7.1.3"
+ "source": "https://github.com/symfony/error-handler/tree/v7.2.0"
},
"funding": [
{
@@ -2372,20 +2377,20 @@
"type": "tidelift"
}
],
- "time": "2024-07-26T13:02:51+00:00"
+ "time": "2024-11-05T15:35:02+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v7.1.1",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7"
+ "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
- "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
+ "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
"shasum": ""
},
"require": {
@@ -2436,7 +2441,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/v7.1.1"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
},
"funding": [
{
@@ -2452,20 +2457,20 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:57:53+00:00"
+ "time": "2024-09-25T14:21:43+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v3.5.0",
+ "version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
+ "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
- "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
+ "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
"shasum": ""
},
"require": {
@@ -2512,7 +2517,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
},
"funding": [
{
@@ -2528,20 +2533,20 @@
"type": "tidelift"
}
],
- "time": "2024-04-18T09:32:20+00:00"
+ "time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v7.1.5",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a"
+ "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/61fe0566189bf32e8cfee78335d8776f64a66f5a",
- "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
+ "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
"shasum": ""
},
"require": {
@@ -2578,7 +2583,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v7.1.5"
+ "source": "https://github.com/symfony/filesystem/tree/v7.2.0"
},
"funding": [
{
@@ -2594,20 +2599,20 @@
"type": "tidelift"
}
],
- "time": "2024-09-17T09:16:35+00:00"
+ "time": "2024-10-25T15:15:23+00:00"
},
{
"name": "symfony/finder",
- "version": "v7.1.4",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "d95bbf319f7d052082fb7af147e0f835a695e823"
+ "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823",
- "reference": "d95bbf319f7d052082fb7af147e0f835a695e823",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49",
+ "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49",
"shasum": ""
},
"require": {
@@ -2642,7 +2647,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v7.1.4"
+ "source": "https://github.com/symfony/finder/tree/v7.2.0"
},
"funding": [
{
@@ -2658,7 +2663,7 @@
"type": "tidelift"
}
],
- "time": "2024-08-13T14:28:19+00:00"
+ "time": "2024-10-23T06:56:12+00:00"
},
{
"name": "symfony/flex",
@@ -2730,16 +2735,16 @@
},
{
"name": "symfony/framework-bundle",
- "version": "v7.1.5",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
- "reference": "8a792de86230c13a9de7750c0c8b23cc083183d4"
+ "reference": "a8d0da4110fe643ab3cde7c938a03e222fe787c6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8a792de86230c13a9de7750c0c8b23cc083183d4",
- "reference": "8a792de86230c13a9de7750c0c8b23cc083183d4",
+ "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a8d0da4110fe643ab3cde7c938a03e222fe787c6",
+ "reference": "a8d0da4110fe643ab3cde7c938a03e222fe787c6",
"shasum": ""
},
"require": {
@@ -2748,14 +2753,14 @@
"php": ">=8.2",
"symfony/cache": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
- "symfony/dependency-injection": "^7.1.5",
+ "symfony/dependency-injection": "^7.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/filesystem": "^7.1",
"symfony/finder": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
- "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/http-kernel": "^7.2",
"symfony/polyfill-mbstring": "~1.0",
"symfony/routing": "^6.4|^7.0"
},
@@ -2777,16 +2782,18 @@
"symfony/mime": "<6.4",
"symfony/property-access": "<6.4",
"symfony/property-info": "<6.4",
+ "symfony/runtime": "<6.4.13|>=7.0,<7.1.6",
"symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4",
"symfony/security-core": "<6.4",
- "symfony/security-csrf": "<6.4",
- "symfony/serializer": "<6.4",
+ "symfony/security-csrf": "<7.2",
+ "symfony/serializer": "<7.1",
"symfony/stopwatch": "<6.4",
"symfony/translation": "<6.4",
"symfony/twig-bridge": "<6.4",
"symfony/twig-bundle": "<6.4",
"symfony/validator": "<6.4",
"symfony/web-profiler-bundle": "<6.4",
+ "symfony/webhook": "<7.2",
"symfony/workflow": "<6.4"
},
"require-dev": {
@@ -2818,7 +2825,7 @@
"symfony/scheduler": "^6.4.4|^7.0.4",
"symfony/security-bundle": "^6.4|^7.0",
"symfony/semaphore": "^6.4|^7.0",
- "symfony/serializer": "^6.4|^7.0",
+ "symfony/serializer": "^7.1",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/string": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
@@ -2827,9 +2834,10 @@
"symfony/uid": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/web-link": "^6.4|^7.0",
+ "symfony/webhook": "^7.2",
"symfony/workflow": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
- "twig/twig": "^3.0.4"
+ "twig/twig": "^3.12"
},
"type": "symfony-bundle",
"autoload": {
@@ -2857,7 +2865,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/framework-bundle/tree/v7.1.5"
+ "source": "https://github.com/symfony/framework-bundle/tree/v7.2.0"
},
"funding": [
{
@@ -2873,35 +2881,36 @@
"type": "tidelift"
}
],
- "time": "2024-09-20T13:35:23+00:00"
+ "time": "2024-11-20T16:27:35+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v7.1.7",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "5183b61657807099d98f3367bcccb850238b17a9"
+ "reference": "e88a66c3997859532bc2ddd6dd8f35aba2711744"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5183b61657807099d98f3367bcccb850238b17a9",
- "reference": "5183b61657807099d98f3367bcccb850238b17a9",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e88a66c3997859532bc2ddd6dd8f35aba2711744",
+ "reference": "e88a66c3997859532bc2ddd6dd8f35aba2711744",
"shasum": ""
},
"require": {
"php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php83": "^1.27"
},
"conflict": {
"doctrine/dbal": "<3.6",
- "symfony/cache": "<6.4"
+ "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
},
"require-dev": {
"doctrine/dbal": "^3.6|^4",
"predis/predis": "^1.1|^2.0",
- "symfony/cache": "^6.4|^7.0",
+ "symfony/cache": "^6.4.12|^7.1.5",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
@@ -2934,7 +2943,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v7.1.7"
+ "source": "https://github.com/symfony/http-foundation/tree/v7.2.0"
},
"funding": [
{
@@ -2950,20 +2959,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-06T09:02:46+00:00"
+ "time": "2024-11-13T18:58:46+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v7.1.5",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b"
+ "reference": "6b4722a25e0aed1ccb4914b9bcbd493cc4676b4d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/44204d96150a9df1fc57601ec933d23fefc2d65b",
- "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6b4722a25e0aed1ccb4914b9bcbd493cc4676b4d",
+ "reference": "6b4722a25e0aed1ccb4914b9bcbd493cc4676b4d",
"shasum": ""
},
"require": {
@@ -2992,7 +3001,7 @@
"symfony/twig-bridge": "<6.4",
"symfony/validator": "<6.4",
"symfony/var-dumper": "<6.4",
- "twig/twig": "<3.0.4"
+ "twig/twig": "<3.12"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
@@ -3020,7 +3029,7 @@
"symfony/validator": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0",
"symfony/var-exporter": "^6.4|^7.0",
- "twig/twig": "^3.0.4"
+ "twig/twig": "^3.12"
},
"type": "library",
"autoload": {
@@ -3048,7 +3057,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v7.1.5"
+ "source": "https://github.com/symfony/http-kernel/tree/v7.2.0"
},
"funding": [
{
@@ -3064,7 +3073,7 @@
"type": "tidelift"
}
],
- "time": "2024-09-21T06:09:21+00:00"
+ "time": "2024-11-29T08:42:40+00:00"
},
{
"name": "symfony/polyfill-php83",
@@ -3144,16 +3153,16 @@
},
{
"name": "symfony/routing",
- "version": "v7.1.4",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7"
+ "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/1500aee0094a3ce1c92626ed8cf3c2037e86f5a7",
- "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/e10a2450fa957af6c448b9b93c9010a4e4c0725e",
+ "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e",
"shasum": ""
},
"require": {
@@ -3205,7 +3214,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v7.1.4"
+ "source": "https://github.com/symfony/routing/tree/v7.2.0"
},
"funding": [
{
@@ -3221,20 +3230,20 @@
"type": "tidelift"
}
],
- "time": "2024-08-29T08:16:25+00:00"
+ "time": "2024-11-25T11:08:51+00:00"
},
{
"name": "symfony/runtime",
- "version": "v7.1.7",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
- "reference": "9889783c17e8a68fa5e88c8e8a1a85e802558dba"
+ "reference": "2c350568f3eaccb25fbbbf962bd67cde273121a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/runtime/zipball/9889783c17e8a68fa5e88c8e8a1a85e802558dba",
- "reference": "9889783c17e8a68fa5e88c8e8a1a85e802558dba",
+ "url": "https://api.github.com/repos/symfony/runtime/zipball/2c350568f3eaccb25fbbbf962bd67cde273121a7",
+ "reference": "2c350568f3eaccb25fbbbf962bd67cde273121a7",
"shasum": ""
},
"require": {
@@ -3284,7 +3293,7 @@
"runtime"
],
"support": {
- "source": "https://github.com/symfony/runtime/tree/v7.1.7"
+ "source": "https://github.com/symfony/runtime/tree/v7.2.0"
},
"funding": [
{
@@ -3300,20 +3309,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-05T16:45:54+00:00"
+ "time": "2024-11-06T11:43:25+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v3.5.0",
+ "version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
+ "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
- "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
+ "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
"shasum": ""
},
"require": {
@@ -3367,7 +3376,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
+ "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
},
"funding": [
{
@@ -3383,20 +3392,20 @@
"type": "tidelift"
}
],
- "time": "2024-04-18T09:32:20+00:00"
+ "time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/string",
- "version": "v7.1.6",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626"
+ "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/61b72d66bf96c360a727ae6232df5ac83c71f626",
- "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626",
+ "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
+ "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
"shasum": ""
},
"require": {
@@ -3454,7 +3463,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v7.1.6"
+ "source": "https://github.com/symfony/string/tree/v7.2.0"
},
"funding": [
{
@@ -3470,20 +3479,20 @@
"type": "tidelift"
}
],
- "time": "2024-09-25T14:20:29+00:00"
+ "time": "2024-11-13T13:31:26+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v7.1.5",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "e20e03889539fd4e4211e14d2179226c513c010d"
+ "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d",
- "reference": "e20e03889539fd4e4211e14d2179226c513c010d",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6a22929407dec8765d6e2b6ff85b800b245879c",
+ "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c",
"shasum": ""
},
"require": {
@@ -3499,7 +3508,7 @@
"symfony/http-kernel": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/uid": "^6.4|^7.0",
- "twig/twig": "^3.0.4"
+ "twig/twig": "^3.12"
},
"bin": [
"Resources/bin/var-dump-server"
@@ -3537,7 +3546,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v7.1.5"
+ "source": "https://github.com/symfony/var-dumper/tree/v7.2.0"
},
"funding": [
{
@@ -3553,20 +3562,20 @@
"type": "tidelift"
}
],
- "time": "2024-09-16T10:07:02+00:00"
+ "time": "2024-11-08T15:48:14+00:00"
},
{
"name": "symfony/var-exporter",
- "version": "v7.1.2",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "b80a669a2264609f07f1667f891dbfca25eba44c"
+ "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b80a669a2264609f07f1667f891dbfca25eba44c",
- "reference": "b80a669a2264609f07f1667f891dbfca25eba44c",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1a6a89f95a46af0f142874c9d650a6358d13070d",
+ "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d",
"shasum": ""
},
"require": {
@@ -3613,7 +3622,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v7.1.2"
+ "source": "https://github.com/symfony/var-exporter/tree/v7.2.0"
},
"funding": [
{
@@ -3629,24 +3638,25 @@
"type": "tidelift"
}
],
- "time": "2024-06-28T08:00:31+00:00"
+ "time": "2024-10-18T07:58:17+00:00"
},
{
"name": "symfony/yaml",
- "version": "v7.1.6",
+ "version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671"
+ "reference": "099581e99f557e9f16b43c5916c26380b54abb22"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671",
- "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22",
+ "reference": "099581e99f557e9f16b43c5916c26380b54abb22",
"shasum": ""
},
"require": {
"php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
@@ -3684,7 +3694,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v7.1.6"
+ "source": "https://github.com/symfony/yaml/tree/v7.2.0"
},
"funding": [
{
@@ -3700,22 +3710,22 @@
"type": "tidelift"
}
],
- "time": "2024-09-25T14:20:29+00:00"
+ "time": "2024-10-23T06:56:12+00:00"
}
],
"packages-dev": [
{
"name": "myclabs/deep-copy",
- "version": "1.12.0",
+ "version": "1.12.1",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
- "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
+ "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
- "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
+ "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
"shasum": ""
},
"require": {
@@ -3754,7 +3764,7 @@
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
- "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
},
"funding": [
{
@@ -3762,7 +3772,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-12T14:39:25+00:00"
+ "time": "2024-11-08T17:47:46+00:00"
},
{
"name": "nikic/php-parser",
@@ -4265,16 +4275,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "11.4.3",
+ "version": "11.4.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "e8e8ed1854de5d36c088ec1833beae40d2dedd76"
+ "reference": "f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e8e8ed1854de5d36c088ec1833beae40d2dedd76",
- "reference": "e8e8ed1854de5d36c088ec1833beae40d2dedd76",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4",
+ "reference": "f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4",
"shasum": ""
},
"require": {
@@ -4284,7 +4294,7 @@
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
- "myclabs/deep-copy": "^1.12.0",
+ "myclabs/deep-copy": "^1.12.1",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.2",
@@ -4295,7 +4305,7 @@
"phpunit/php-timer": "^7.0.1",
"sebastian/cli-parser": "^3.0.2",
"sebastian/code-unit": "^3.0.1",
- "sebastian/comparator": "^6.1.1",
+ "sebastian/comparator": "^6.2.1",
"sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0",
"sebastian/exporter": "^6.1.3",
@@ -4345,7 +4355,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.3"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.4"
},
"funding": [
{
@@ -4361,7 +4371,7 @@
"type": "tidelift"
}
],
- "time": "2024-10-28T13:07:50+00:00"
+ "time": "2024-11-27T10:44:52+00:00"
},
{
"name": "sebastian/cli-parser",