Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 29 updates #255

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the dependencies group with 29 updates:

Package From To
twig/twig 3.10.3 3.12.0
twig/extra-bundle 3.10.0 3.12.0
api-platform/core 3.3.11 3.3.12
phpseclib/phpseclib 3.0.39 3.0.41
phpstan/phpdoc-parser 1.29.1 1.30.0
easycorp/easyadmin-bundle 4.11.0 4.11.1
knpuniversity/oauth2-client-bundle 2.18.1 2.18.2
symfony/flex 2.4.5 2.4.6
symfony/form 7.1.3 7.1.4
symfony/mime 7.1.2 7.1.4
symfony/yaml 7.1.1 7.1.4
symfony/cache 7.1.3 7.1.4
symfony/finder 7.1.3 7.1.4
symfony/string 7.1.3 7.1.4
symfony/console 7.1.3 7.1.4
symfony/validator 7.1.3 7.1.4
symfony/serializer 7.1.3 7.1.4
symfony/http-client 7.1.3 7.1.4
symfony/property-access 7.1.1 7.1.4
symfony/security-bundle 7.1.3 7.1.4
symfony/framework-bundle 7.1.3 7.1.4
symfony/expression-language 7.1.1 7.1.4
phpstan/phpstan 1.11.8 1.12.0
symfony/maker-bundle 1.60.0 1.61.0
symfony/phpunit-bridge 7.1.3 7.1.4
phpstan/phpstan-symfony 1.4.6 1.4.8
phpstan/phpstan-doctrine 1.4.8 1.5.2
phpstan/extension-installer 1.4.1 1.4.2
symfony/web-profiler-bundle 7.1.3 7.1.4

Updates twig/twig from 3.10.3 to 3.12.0

Changelog

Sourced from twig/twig's changelog.

3.12.0 (2024-08-29)

  • Deprecate the fact that the extends and use tags are always allowed in a sandboxed template. This behavior will change in 4.0 where these tags will need to be explicitly allowed like any other tag.
  • Deprecate the "tag" constructor argument of the "Twig\Node\Node" class as the tag is now automatically set by the Parser when needed
  • Fix precedence of two-word tests when the first word is a valid test
  • Deprecate the spaceless filter
  • Deprecate some internal methods from Parser: getBlockStack(), hasBlock(), getBlock(), hasMacro(), hasTraits(), getParent()
  • Deprecate passing null to Twig\Parser::setParent()
  • Update Node::__toString() to include the node tag if set
  • Add support for integers in methods of Twig\Node\Node that take a Node name
  • Deprecate not passing a BodyNode instance as the body of a ModuleNode or MacroNode constructor
  • Deprecate returning "null" from "TokenParserInterface::parse()".
  • Deprecate OptimizerNodeVisitor::OPTIMIZE_TEXT_NODES
  • Fix performance regression when use_yield is false (which is the default)
  • Improve compatibility when use_yield is false (as extensions still using echo will work as is)
  • Accept colons (:) in addition to equals (=) to separate argument names and values in named arguments
  • Add the html_cva function (in the HTML extra package)
  • Add support for named arguments to the block and attribute functions
  • Throw a SyntaxError exception at compile time when a Twig callable has not the minimum number of required arguments
  • Add a CallableArgumentsExtractor class
  • Deprecate passing a name to FunctionExpression, FilterExpression, and TestExpression; pass a TwigFunction, TwigFilter, or TestFilter instead
  • Deprecate all Twig callable attributes on FunctionExpression, FilterExpression, and TestExpression
  • Deprecate the filter node of FilterExpression
  • Add the notion of Twig callables (functions, filters, and tests)
  • Bump minimum PHP version to 8.0
  • Fix integration tests when a test has more than one data/expect section and deprecations
  • Add the enum_cases function

3.11.0 (2024-08-08)

  • Deprecate OptimizerNodeVisitor::OPTIMIZE_RAW_FILTER
  • Add Twig\Cache\ChainCache and Twig\Cache\ReadOnlyFilesystemCache
  • Add the possibility to deprecate attributes and nodes on Node
  • Add the possibility to add a package and a version to the deprecated tag
  • Add the possibility to add a package for filter/function/test deprecations
  • Mark ConstantExpression as being @final
  • Add the find filter
  • Fix optimizer mode validation in OptimizerNodeVisitor
  • Add the possibility to yield from a generator in PrintNode
  • Add the shuffle filter
  • Add the singular and plural filters in StringExtension
  • Deprecate the second argument of Twig\Node\Expression\CallExpression::compileArguments()
  • Deprecate Twig\ExpressionParser\parseHashExpression() in favor of Twig\ExpressionParser::parseMappingExpression()
  • Deprecate Twig\ExpressionParser\parseArrayExpression() in favor of Twig\ExpressionParser::parseSequenceExpression()
  • Add sequence and mapping tests
  • Deprecate Twig\Node\Expression\NameExpression::isSimple() and

... (truncated)

Commits

Updates twig/extra-bundle from 3.10.0 to 3.12.0

Commits

Updates api-platform/core from 3.3.11 to 3.3.12

Release notes

Sourced from api-platform/core's releases.

v3.3.12

What's Changed

New Contributors

Full Changelog: api-platform/core@v3.3.11...v3.3.12

Changelog

Sourced from api-platform/core's changelog.

v3.3.12

Bug fixes

  • 0a461d749 fix(symfony): allow schema restriction for collection like property from choice constraint (#6520)
  • 0e91b0451 fix: use correct class in FilterValidationException deprecation message (#6549)
  • 2da8dd326 fix(symfony): replace tagged by tagged_iterator
  • 3b42c9ff2 fix: deserialization path for not denormalizable relations collected errors (#6537)
  • 41deeb4e4 fix(symfony): fix debug:api-resource command for class with multiple resources with same uriTemplate (#6505)
  • 52fd9818b fix(elasticsearch): change normalize return type to compatible with other normalizers (#6493)
  • b3d7c0768 fix(openapi): allow null return type parameter

upstream/3.3

Commits
  • e2eeb6b docs: changelog v3.3.12
  • b3d7c07 fix(openapi): allow null return type
  • 77aeb6b ci: windows test with phpunit:9.5
  • 2da8dd3 fix(symfony): replace tagged by tagged_iterator
  • 67350b7 fix: isset not needed
  • 0e91b04 fix: use correct clasds in FilterValidationException deprecation message (#6549)
  • 0a461d7 fix(symfony): allow schema restriction for collection like property from choi...
  • 3b42c9f fix: deserialization path for not denormalizable relations collected errors (...
  • 41deeb4 fix(symfony): fix debug:api-resource command for class with multiple resource...
  • 35c1129 style: various cs fixes (#6504)
  • Additional commits viewable in compare view

Updates phpseclib/phpseclib from 3.0.39 to 3.0.41

Release notes

Sourced from phpseclib/phpseclib's releases.

3.0.41

  • SFTP: fix deprecation warning (#2027)

3.0.40

  • SSH2: fix for setTimeout(0) (#2023)
  • SSH2: fix possible infinite loop on packet timeout
  • SSH2/Agent: make it so identities include key comments (#2022)
  • SSH2/Agent: add findIdentityByPublicKey() (#2022)
  • EC: fix for IEEE signatures (#2019)
  • BigInteger/BCMath: bitwise_or() was doing XOR (#2025)
Changelog

Sourced from phpseclib/phpseclib's changelog.

3.0.41 - 2024-08-11

  • SFTP: fix deprecation warning (#2027)

3.0.40 - 2024-08-11

  • SSH2: fix for setTimeout(0) (#2023)
  • SSH2: fix possible infinite loop on packet timeout
  • SSH2/Agent: make it so identities include key comments (#2022)
  • SSH2/Agent: add findIdentityByPublicKey() (#2022)
  • EC: fix for IEEE signatures (#2019)
  • BigInteger/BCMath: bitwise_or() was doing XOR (#2025)
Commits
  • 621c73f CHANGELOG: add 3.0.41 release
  • 9e399cf Merge pull request #2027 from buismaarten/3.0
  • fb3d6bd Fix deprecation warning
  • 3dd2561 add 3.0.40 release
  • 36d2092 BigInteger/BCMath engine's bitwise_or() was doing XOR
  • 67f87dd Tests/BigInteger: update bitwise_OR test
  • 05f45f0 Merge branch '2.0' into 3.0
  • 43af71e Merge branch '1.0' into 2.0
  • 90eb022 SSH2: fix possible infinite loop on packet timeout
  • 47895e2 Merge pull request #2023 from rposky/ssh-default-socket-timeout
  • Additional commits viewable in compare view

Updates phpstan/phpdoc-parser from 1.29.1 to 1.30.0

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.30.0

  • 5ceb0e3 - Support typing extra items in unsealed array shapes
  • cc2b26c - Send update PR to phpstan-src 1.12.x branch
  • 8752839 - Fix $matches error
  • 2afec65 - Update roave/backward-compatibility-check
Commits
  • 5ceb0e3 Support typing extra items in unsealed array shapes
  • cc2b26c Send update PR to phpstan-src 1.12.x branch
  • 8752839 Fix $matches error
  • 2afec65 Update roave/backward-compatibility-check
  • See full diff in compare view

Updates easycorp/easyadmin-bundle from 4.11.0 to 4.11.1

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.11.1

Bug fixes

[4549b974] Fix selection of menu items after Dashboard menu item (@​a-r-m-i-n) [bb6ae0c3] Fix EntityRepository to remove an unnecessary type conversion (@​ksn135) [2ca52be8] Fix admin routes with locales that include the country/region part (@​hoffmanns) [7431d14f][ed59756f] Pass the predefined date/time formats "as is" to IntlFormatter instead of converting them (@​javiereguiluz) [852c7c10] Improved DDEV config (@​a-r-m-i-n) [387894f7] Updated Romanian translation (@​danut007ro)

Commits
  • d094505 Prepare 4.11.1 release
  • 7431d14 bug #6400 Pass the date/time predefine formats as is to IntlFormatter (javier...
  • 3254412 Pass the date/time predefine formats as is to IntlFormatter
  • 387894f minor #6380 Update ro translation (danut007ro)
  • 852c7c1 feature #6398 DDEV enhancements (a-r-m-i-n)
  • 15da6c9 DDEV enhancements
  • 361fefa Fix code syntax
  • 4549b97 bug #6397 Fix selection of menu items after Dashboard menu item (a-r-m-i-n)
  • 701b0af Fix selection of menu items after Dashboard menu item
  • e4f9521 Update some code comments
  • Additional commits viewable in compare view

Updates knpuniversity/oauth2-client-bundle from 2.18.1 to 2.18.2

Release notes

Sourced from knpuniversity/oauth2-client-bundle's releases.

Drop Symfony 4 support, fix deprecation for Extension namespace, and some chores

What's Changed

New Contributors

Full Changelog: knpuniversity/oauth2-client-bundle@v2.18.1...v2.18.2

Commits

Updates symfony/flex from 2.4.5 to 2.4.6

Commits
  • 4dc1191 bug #1024 Remove version in generated Docker compose files (fabpot)
  • 33ce7c1 Remove version in generated Docker compose files
  • 1691a42 Fix a merge-conflict residue (#1021)
  • 96f355d Merge branch '1.x' into 2.x
  • 2081076 More explicit nullable types
  • f3ffc83 minor #1019 Make implicit nullable types explicit (nicolas-grekas)
  • 1854c96 Make implicit nullable types explicit
  • See full diff in compare view

Updates symfony/form from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/form's releases.

v7.1.4

Changelog (symfony/form@v7.1.3...v7.1.4)

Commits
  • 3018ad1 Merge branch '6.4' into 7.1
  • 330d337 Merge branch '5.4' into 6.4
  • 10fd29d minor #57966 [Form] skip tests requiring the intl extension if it's not insta...
  • 0b58985 skip tests requiring the intl extension if it's not installed
  • ea981b0 bug #57920 [Form] Fix handling empty data in ValueToDuplicatesTransformer (xa...
  • dc6e748 [Form] NumberType: Fix parsing of numbers in exponential notation with negati...
  • 02f1d9f fix handling empty data in ValueToDuplicatesTransformer
  • See full diff in compare view

Updates symfony/mime from 7.1.2 to 7.1.4

Release notes

Sourced from symfony/mime's releases.

v7.1.4

Changelog (symfony/mime@v7.1.3...v7.1.4)

Commits

Updates symfony/yaml from 7.1.1 to 7.1.4

Release notes

Sourced from symfony/yaml's releases.

v7.1.4

Changelog (symfony/yaml@v7.1.3...v7.1.4)

Commits

Updates symfony/cache from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/cache's releases.

v7.1.4

Changelog (symfony/cache@v7.1.3...v7.1.4)

Commits

Updates symfony/finder from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/finder's releases.

v7.1.4

Changelog (symfony/finder@v7.1.3...v7.1.4)

Commits
  • d95bbf3 Merge branch '6.4' into 7.1
  • d7eb6da Merge branch '5.4' into 6.4
  • ae25a91 Replace external FTP server by a local docker instance
  • b7df8a8 Merge branch '6.4' into 7.1
  • cc9d880 Merge branch '5.4' into 6.4
  • 7f159e1 do not duplicate directory separators
  • 4f3b0f7 do not duplicate directory separators
  • See full diff in compare view

Updates symfony/string from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/string's releases.

v7.1.4

Changelog (symfony/string@v7.1.3...v7.1.4)

Commits
  • 6cd670a Merge branch '6.4' into 7.1
  • 5bc3eb6 Merge branch '5.4' into 6.4
  • 3718830 [String] Fixed Quorum plural, that was inflected to be only "Quora" and never...
  • 8be1d48 [String][EnglishInflector] Fix words ending in 'le', e.g., articles
  • See full diff in compare view

Updates symfony/console from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/console's releases.

v7.1.4

Changelog (symfony/console@v7.1.3...v7.1.4)

Commits
  • 1eed7af Merge branch '6.4' into 7.1
  • 4268688 Merge branch '5.4' into 6.4
  • e86f855 bug #57853 [Console] Fix side-effects from running bash completions (Seldaek)
  • c24bcd0 [Console] Fix side-effects from running bash completions
  • 6e710b5 Merge branch '6.4' into 7.1
  • b406d22 Merge branch '5.4' into 6.4
  • f96ee2a [PhpUnitBridge][Console][VarDumper] Fix handling NO_COLOR env var
  • e124ab6 Merge branch '6.4' into 7.1
  • 74d6d39 fix permitted data type of the default choice
  • See full diff in compare view

Updates symfony/validator from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/validator's releases.

v7.1.4

Changelog (symfony/validator@v7.1.3...v7.1.4)

Commits
  • 0d7e0df Merge branch '6.4' into 7.1
  • 4ff41cf Merge branch '5.4' into 6.4
  • 21d022d synchronize IBAN formats
  • 3212b25 Merge branch '6.4' into 7.1
  • 8e37d58 Merge branch '5.4' into 6.4
  • a1b845a [Translation] Review Serbian translations
  • 4f4f3df Merge branch '6.4' into 7.1
  • 1da8e1e Merge branch '5.4' into 6.4
  • a28c302 [Validator] added Polish translation for units 116-119
  • 8b664c8 Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view

Updates symfony/serializer from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/serializer's releases.

v7.1.4

Changelog (symfony/serializer@v7.1.3...v7.1.4)

Commits
  • 0158b0e [Serializer] Fix CamelCaseToSnakeCaseNameConverterTest::testDenormalizeWithCo...
  • 86d2631 Merge branch '6.4' into 7.1
  • a75d03d clean up PHP version checks
  • 2ae69d4 Merge branch '6.4' into 7.1
  • 8ece294 Merge branch '5.4' into 6.4
  • b4ad9e6 remove custom CSV escape character from tests
  • 0da2ccb Merge branch '6.4' into 7.1
  • 5f9d7e2 [Serializer] Remove redundant @​internal tags from traceable classes
  • 1f07d46 bug #57928 [Serializer] fix denormalizing mixed collection values (rynhndrcksn)
  • bbd69a4 [Serializer] Remove useless calls to func_get_arg()
  • Additional commits viewable in compare view

Updates symfony/http-client from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/http-client's releases.

v7.1.4

Changelog (symfony/http-client@v7.1.3...v7.1.4)

Commits
  • a8f8d60 Merge branch '6.4' into 7.1
  • 4c92046 Merge branch '5.4' into 6.4
  • 4d547e5 do not overwrite the host to request
  • 9525d24 Merge branch '6.4' into 7.1
  • 5302eae Merge branch '5.4' into 6.4
  • 6ad5e27 reject malformed URLs with a meaningful exception
  • c223757 Merge branch '6.4' into 7.1
  • 65b8a96 Merge branch '5.4' into 6.4
  • 550cc67 [HttpClient] Disable HTTP/2 PUSH by default when using curl
  • See full diff in compare view

Updates symfony/property-access from 7.1.1 to 7.1.4

Release notes

Sourced from symfony/property-access's releases.

v7.1.4

Changelog (symfony/property-access@v7.1.3...v7.1.4)

Commits
  • 6c709f9 Merge branch '6.4' into 7.1
  • 866f6cd Fix expected missing return types
  • 6a533eb Merge branch '6.4' into 7.1
  • d60a85b Merge branch '5.4' into 6.4
  • 2d75186 [PropertyAccess] Fix handling property names with a .
  • See full diff in compare view

Updates symfony/security-bundle from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/security-bundle's releases.

v7.1.4

Changelog (symfony/security-bundle@v7.1.3...v7.1.4)

Commits
  • 5e10107 Merge branch '6.4' into 7.1
  • 620be16 fix tests
  • 34eb12a Merge branch '5.4' into 6.4
  • f14a15c [SecurityBundle] Make security schema deterministic
  • 29d1471 Merge branch '6.4' into 7.1
  • 6170f87 [SecurityBundle] Revert adding _stateless attribute to the request when fir...
  • See full diff in compare view

Updates symfony/framework-bundle from 7.1.3 to 7.1.4

Release notes

Sourced from symfony/framework-bundle's releases.

v7.1.4

Changelog (symfony/framework-bundle@v7.1.3...v7.1.4)

  • no significant changes
Commits
  • 711af4e [FrameworkBundle] Re-remove redundant name attribute from default_context
  • See full diff in compare view

Updates symfony/expression-language from 7.1.1 to 7.1.4

Release notes

Sourced from symfony/expression-language's releases.

v7.1.4

Changelog (symfony/expression-language@v7.1.3...v7.1.4)

  • no significant changes
Commits

Updates phpstan/phpstan from 1.11.8 to 1.12.0

Release notes

Sourced from phpstan/phpstan's releases.

1.12.0

Read all about PHPStan 1.12 on phpstan.org »

Major new features 🚀

  • Precise type for $matches from preg_match generally available, out of bleeding edge (phpstan/phpstan-src@bd2cec1)
  • PHP 8.4 runtime support
    • PHPStan runs on PHP 8.4 without emitting deprecation notices
    • Full support for PHP 8.4 including new syntax and rules is coming later, after PHPStan 2.0 release

Bleeding edge 🔪

Bumps the dependencies group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [twig/twig](https://github.com/twigphp/Twig) | `3.10.3` | `3.12.0` |
| [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.10.0` | `3.12.0` |
| [api-platform/core](https://github.com/api-platform/core) | `3.3.11` | `3.3.12` |
| [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) | `3.0.39` | `3.0.41` |
| [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) | `1.29.1` | `1.30.0` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.11.0` | `4.11.1` |
| [knpuniversity/oauth2-client-bundle](https://github.com/knpuniversity/oauth2-client-bundle) | `2.18.1` | `2.18.2` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.5` | `2.4.6` |
| [symfony/form](https://github.com/symfony/form) | `7.1.3` | `7.1.4` |
| [symfony/mime](https://github.com/symfony/mime) | `7.1.2` | `7.1.4` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.1` | `7.1.4` |
| [symfony/cache](https://github.com/symfony/cache) | `7.1.3` | `7.1.4` |
| [symfony/finder](https://github.com/symfony/finder) | `7.1.3` | `7.1.4` |
| [symfony/string](https://github.com/symfony/string) | `7.1.3` | `7.1.4` |
| [symfony/console](https://github.com/symfony/console) | `7.1.3` | `7.1.4` |
| [symfony/validator](https://github.com/symfony/validator) | `7.1.3` | `7.1.4` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.1.3` | `7.1.4` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.3` | `7.1.4` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.1.1` | `7.1.4` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.1.3` | `7.1.4` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.1.3` | `7.1.4` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.1.1` | `7.1.4` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.11.8` | `1.12.0` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.60.0` | `1.61.0` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.3` | `7.1.4` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.4.6` | `1.4.8` |
| [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `1.4.8` | `1.5.2` |
| [phpstan/extension-installer](https://github.com/phpstan/extension-installer) | `1.4.1` | `1.4.2` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.1.3` | `7.1.4` |


Updates `twig/twig` from 3.10.3 to 3.12.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.10.3...v3.12.0)

Updates `twig/extra-bundle` from 3.10.0 to 3.12.0
- [Commits](twigphp/twig-extra-bundle@v3.10.0...v3.12.0)

Updates `api-platform/core` from 3.3.11 to 3.3.12
- [Release notes](https://github.com/api-platform/core/releases)
- [Changelog](https://github.com/api-platform/core/blob/main/CHANGELOG.md)
- [Commits](api-platform/core@v3.3.11...v3.3.12)

Updates `phpseclib/phpseclib` from 3.0.39 to 3.0.41
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](phpseclib/phpseclib@3.0.39...3.0.41)

Updates `phpstan/phpdoc-parser` from 1.29.1 to 1.30.0
- [Release notes](https://github.com/phpstan/phpdoc-parser/releases)
- [Commits](phpstan/phpdoc-parser@1.29.1...1.30.0)

Updates `easycorp/easyadmin-bundle` from 4.11.0 to 4.11.1
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.11.0...v4.11.1)

Updates `knpuniversity/oauth2-client-bundle` from 2.18.1 to 2.18.2
- [Release notes](https://github.com/knpuniversity/oauth2-client-bundle/releases)
- [Changelog](https://github.com/knpuniversity/oauth2-client-bundle/blob/main/CHANGELOG.md)
- [Commits](knpuniversity/oauth2-client-bundle@v2.18.1...v2.18.2)

Updates `symfony/flex` from 2.4.5 to 2.4.6
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.5...v2.4.6)

Updates `symfony/form` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.1/CHANGELOG.md)
- [Commits](symfony/form@v7.1.3...v7.1.4)

Updates `symfony/mime` from 7.1.2 to 7.1.4
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mime@v7.1.2...v7.1.4)

Updates `symfony/yaml` from 7.1.1 to 7.1.4
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.1/CHANGELOG.md)
- [Commits](symfony/yaml@v7.1.1...v7.1.4)

Updates `symfony/cache` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.1/CHANGELOG.md)
- [Commits](symfony/cache@v7.1.3...v7.1.4)

Updates `symfony/finder` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/7.1/CHANGELOG.md)
- [Commits](symfony/finder@v7.1.3...v7.1.4)

Updates `symfony/string` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.1/CHANGELOG.md)
- [Commits](symfony/string@v7.1.3...v7.1.4)

Updates `symfony/console` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.1/CHANGELOG.md)
- [Commits](symfony/console@v7.1.3...v7.1.4)

Updates `symfony/validator` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.1/CHANGELOG.md)
- [Commits](symfony/validator@v7.1.3...v7.1.4)

Updates `symfony/serializer` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.1/CHANGELOG.md)
- [Commits](symfony/serializer@v7.1.3...v7.1.4)

Updates `symfony/http-client` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-client@v7.1.3...v7.1.4)

Updates `symfony/property-access` from 7.1.1 to 7.1.4
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.1/CHANGELOG.md)
- [Commits](symfony/property-access@v7.1.1...v7.1.4)

Updates `symfony/security-bundle` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/security-bundle@v7.1.3...v7.1.4)

Updates `symfony/framework-bundle` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.1.3...v7.1.4)

Updates `symfony/expression-language` from 7.1.1 to 7.1.4
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.1/CHANGELOG.md)
- [Commits](symfony/expression-language@v7.1.1...v7.1.4)

Updates `phpstan/phpstan` from 1.11.8 to 1.12.0
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.11.8...1.12.0)

Updates `symfony/maker-bundle` from 1.60.0 to 1.61.0
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.60.0...v1.61.0)

Updates `symfony/phpunit-bridge` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.0/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.1.3...v7.1.4)

Updates `phpstan/phpstan-symfony` from 1.4.6 to 1.4.8
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.4.6...1.4.8)

Updates `phpstan/phpstan-doctrine` from 1.4.8 to 1.5.2
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](phpstan/phpstan-doctrine@1.4.8...1.5.2)

Updates `phpstan/extension-installer` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](phpstan/extension-installer@1.4.1...1.4.2)

Updates `symfony/web-profiler-bundle` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.1.3...v7.1.4)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: api-platform/core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpseclib/phpseclib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpdoc-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: easycorp/easyadmin-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: knpuniversity/oauth2-client-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/flex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/finder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpstan/extension-installer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 1, 2024
@github-actions github-actions bot merged commit bf39eab into master Sep 1, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-c733552843 branch September 1, 2024 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants