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 minor-patch group with 16 updates #953

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the minor-patch group with 16 updates:

Package From To
composer/composer 2.8.1 2.8.4
symfony/console 7.1.5 7.2.1
twig/twig 3.14.0 3.18.0
twig/html-extra 3.13.0 3.18.0
composer/ca-bundle 1.5.2 1.5.5
composer/class-map-generator 1.4.0 1.5.0
composer/pcre 3.3.1 3.3.2
symfony/deprecation-contracts 3.5.0 3.5.1
symfony/filesystem 7.1.5 7.2.0
symfony/finder 7.1.4 7.2.2
symfony/mime 7.1.5 7.2.1
symfony/process 7.1.5 7.2.0
symfony/service-contracts 3.5.0 3.5.1
symfony/string 7.1.5 7.2.0
myclabs/deep-copy 1.12.0 1.12.1
nikic/php-parser 5.3.1 5.4.0

Updates composer/composer from 2.8.1 to 2.8.4

Release notes

Sourced from composer/composer's releases.

2.8.4

  • Fixed exit code of the audit command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203)
  • Fixed issue on plugin upgrade when it defines multiple classes (#12226)
  • Fixed duplicate errors appearing in the output depending on php settings (#12214)
  • Fixed InstalledVersions returning duplicate data in some instances (#12225)
  • Fixed installed.php sorting to be deterministic (#12197)
  • Fixed bump-after-update failing when using inline constraints (#12223)
  • Fixed create-project command to now disable symlinking when used with a path repo as argument (#12222)
  • Fixed validate --no-check-publish to hide publish errors entirely as they are irrelevant (#12196)
  • Fixed audit command returning a failing code when composer audit fails as this should not trigger build failures, but running audit as standard part of your build is probably a terrible idea anyway (#12196)
  • Fixed curl usage to disable multiplexing on broken versions when proxies are in use (#12207)

Full Changelog: composer/composer@2.8.3...2.8.4

2.8.3

  • Fixed windows handling of process discovery (#12180)
  • Fixed react/promise requirement to allow 2.x installs again (#12188)
  • Fixed some issues when lock:false is set in require and bump commands

Full Changelog: composer/composer@2.8.2...2.8.3

2.8.2

  • Fixed crash while suggesting providers if they have no description (#12152)
  • Fixed issues creating lock files violating the schema in some circumstances (#12149)
  • Fixed create-project regression in 2.8.1 when using path repos with relative paths (#12150)
  • Fixed ctrl-C aborts not working inside text prompts (#12106)
  • Fixed git failing silently when git cannot read a repo due to ownership violations (#12178)
  • Fixed handling of signals in non-PHP binaries run via proxies (#12176)

Full Changelog: composer/composer@2.8.1...2.8.2

Changelog

Sourced from composer/composer's changelog.

[2.8.4] 2024-12-11

  • Fixed exit code of the audit command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203)
  • Fixed issue on plugin upgrade when it defines multiple classes (#12226)
  • Fixed duplicate errors appearing in the output depending on php settings (#12214)
  • Fixed InstalledVersions returning duplicate data in some instances (#12225)
  • Fixed installed.php sorting to be deterministic (#12197)
  • Fixed bump-after-update failing when using inline constraints (#12223)
  • Fixed create-project command to now disable symlinking when used with a path repo as argument (#12222)
  • Fixed validate --no-check-publish to hide publish errors entirely as they are irrelevant (#12196)
  • Fixed audit command returning a failing code when composer audit fails as this should not trigger build failures, but running audit as standard part of your build is probably a terrible idea anyway (#12196)
  • Fixed curl usage to disable multiplexing on broken versions when proxies are in use (#12207)

[2.8.3] 2024-11-17

  • Fixed windows handling of process discovery (#12180)
  • Fixed react/promise requirement to allow 2.x installs again (#12188)
  • Fixed some issues when lock:false is set in require and bump commands

[2.8.2] 2024-10-29

  • Fixed crash while suggesting providers if they have no description (#12152)
  • Fixed issues creating lock files violating the schema in some circumstances (#12149)
  • Fixed create-project regression in 2.8.1 when using path repos with relative paths (#12150)
  • Fixed ctrl-C aborts not working inside text prompts (#12106)
  • Fixed git failing silently when git cannot read a repo due to ownership violations (#12178)
  • Fixed handling of signals in non-PHP binaries run via proxies (#12176)
Commits
  • 112e37d Release 2.8.4
  • 1175bf5 Update changelog
  • 6e0cb6c Fix tests
  • 8eedfd0 Hide publish errors entirely with --no-check-publish instead of downgrading t...
  • 99430ca Avoid returning failing status code if the composer audit fails in diagnose c...
  • ace7a3f Update deps
  • 144e8f8 Fix create-project when passed with a path repo to disable symlinks by default
  • 6a9336f Merge pull request #12233 from Seldaek/fix_duplicates
  • 45436c0 Fixed InstalledVersions returning duplicates in some instances
  • a383632 Merge pull request #12230 from Seldaek/duplicate_errors
  • Additional commits viewable in compare view

Updates symfony/console from 7.1.5 to 7.2.1

Release notes

Sourced from symfony/console's releases.

v7.2.1

Changelog (symfony/console@v7.2.0...v7.2.1)

v7.2.0

Changelog (symfony/console@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/console@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/console@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/console@v7.1.6...v7.2.0-BETA1)

v7.1.10

Changelog (symfony/console@v7.1.9...v7.1.10)

v7.1.8

Changelog (symfony/console@v7.1.7...v7.1.8)

  • no significant changes

v7.1.7

Changelog (symfony/console@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/console@v7.1.5...v7.1.6)

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
  • fefcc18 [Console] Fix tests
  • 722fa7c Merge branch '6.4' into 7.2
  • 799445d fix risky test that doesn't perform any assertions
  • 13189ef Merge branch '7.1' into 7.2
  • d205904 Merge branch '6.4' into 7.1
  • 67191f7 [Console] Fix division by 0 error
  • 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
  • Additional commits viewable in compare view

Updates twig/twig from 3.14.0 to 3.18.0

Changelog

Sourced from twig/twig's changelog.

3.18.0 (2024-12-29)

  • Fix unary operator precedence change
  • Ignore SyntaxError exceptions from undefined handlers when using the guard tag
  • Add a way to stream template rendering (TemplateWrapper::stream() and TemplateWrapper::streamBlock())

3.17.1 (2024-12-12)

  • Fix the null coalescing operator when the test returns null
  • Fix the Elvis operator when used as '? :' instead of '?:'
  • Support for invoking closures

3.17.0 (2024-12-10)

  • Fix ArrayAccess with objects as keys
  • Support underscores in number literals
  • Deprecate ConditionalExpression and NullCoalesceExpression (use ConditionalTernary and NullCoalesceBinary instead)

3.16.0 (2024-11-29)

  • Deprecate InlinePrint
  • Fix having macro variables starting with an underscore
  • Deprecate not passing a Source instance to TokenStream
  • Deprecate returning null from TwigFilter::getSafe() and TwigFunction::getSafe(), return [] instead

3.15.0 (2024-11-17)

  • [BC BREAK] Add support for accessing class constants with the dot operator; this can be a BC break if you don't use UPPERCASE constant names
  • Add Spanish inflector support for the plural and singular filters in the String extension
  • Deprecate TempNameExpression in favor of LocalVariable
  • Deprecate NameExpression in favor of ContextVariable
  • Deprecate AssignNameExpression in favor of AssignContextVariable
  • Remove MacroAutoImportNodeVisitor
  • Deprecate MethodCallExpression in favor of MacroReferenceExpression
  • Fix support for the "is defined" test on _self.xxx (auto-imported) macros
  • Fix support for the "is defined" test on inherited macros
  • Add named arguments support for the dot operator arguments (foo.bar(some: arg))
  • Add named arguments support for macros
  • Add a new guard tag that allows to test if some Twig callables are available at compilation time
  • Allow arrow functions everywhere
  • Deprecate passing a string or an array to Twig callable arguments accepting arrow functions (pass a \Closure)
  • Add support for triggering deprecations for future operator precedence changes
  • Deprecate using the not unary operator in an expression with *, /, //, or % without using explicit parentheses to clarify precedence
  • Deprecate using the ?? binary operator without explicit parentheses
  • Deprecate using the ~ binary operator in an expression with + or - without using parentheses to clarify precedence
  • Deprecate not passing AbstractExpression args to most constructor arguments for classes extending AbstractExpression
  • Fix power expressions with a negative number in parenthesis ((-1) ** 2)
  • Deprecate instantiating Node directly. Use EmptyNode or Nodes instead.
  • Add support for inline comments

... (truncated)

Commits
  • acffa88 Prepare the 3.18.0 release
  • 77d36ab bug #4467 Add support for Twig\Markup (nlemoine)
  • 8158dab Add support for Twig\Markup
  • 38688f7 minor #4506 Add a test (fabpot)
  • 2e13a83 bug #4519 Fix unary operator precedence change (fabpot)
  • 2cf1939 Fix unary operator precedence change
  • c7be388 minor #4517 Replace Twigfiddle by the new Twig playground (fabpot)
  • 4b87103 Replace Twigfiddle by the new Twig playground
  • 681af9d bug #4516 Fix MacroNode $name argument can be overridden (smnandre)
  • dc329fd Fix MacroNode $name argument can be overridden
  • Additional commits viewable in compare view

Updates twig/html-extra from 3.13.0 to 3.18.0

Commits

Updates composer/ca-bundle from 1.5.2 to 1.5.5

Release notes

Sourced from composer/ca-bundle's releases.

1.5.5

What's Changed

Full Changelog: composer/ca-bundle@1.5.4...1.5.5

1.5.4

What's Changed

Full Changelog: composer/ca-bundle@1.5.3...1.5.4

1.5.3

What's Changed

  • Update list of trust stores to remove some unnecessary lookups, which has a slim chance of causing regressions, if so please report it composer/ca-bundle#98

Full Changelog: composer/ca-bundle@1.5.2...1.5.3

Commits

Updates composer/class-map-generator from 1.4.0 to 1.5.0

Release notes

Sourced from composer/class-map-generator's releases.

1.5.0

What's Changed

Full Changelog: composer/class-map-generator@1.4.0...1.5.0

Commits

Updates composer/pcre from 3.3.1 to 3.3.2

Release notes

Sourced from composer/pcre's releases.

3.3.2

What's Changed

Full Changelog: composer/pcre@3.3.1...3.3.2

Commits

Updates symfony/deprecation-contracts from 3.5.0 to 3.5.1

Commits
  • 74c71c9 Merge branch '6.4' into 7.1
  • fae4ea6 Merge branch '5.4' into 6.4
  • 605389f Add PR template and auto-close PR on subtree split repositories
  • d995a73 Merge branch '7.0' into 7.1
  • e49f212 Merge branch '5.4' into 6.4
  • 5df08ca Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • See full diff in compare view

Updates symfony/filesystem from 7.1.5 to 7.2.0

Release notes

Sourced from symfony/filesystem's releases.

v7.2.0

Changelog (symfony/filesystem@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/filesystem@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/filesystem@v7.1.6...v7.2.0-BETA1)

  • no significant changes

v7.1.6

Changelog (symfony/filesystem@v7.1.5...v7.1.6)

Commits
  • b8dce48 Merge branch '7.1' into 7.2
  • c835867 Merge branch '6.4' into 7.1
  • 4856c9c Merge branch '5.4' into 6.4
  • 57c8294 Minor fixes around parse_url() checks
  • f9b0f9e Merge branch '6.4' into 7.1
  • d452446 Merge branch '5.4' into 6.4
  • 30fc45a minor #58472 CS: clean some whitespaces/indentation (keradus)
  • b8871af CS: clean some whitespaces/indentation
  • edd9588 Merge branch '7.1' into 7.2
  • 4237327 Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view

Updates symfony/finder from 7.1.4 to 7.2.2

Release notes

Sourced from symfony/finder's releases.

v7.2.2

Changelog (symfony/finder@v7.2.1...v7.2.2)

v7.2.0

Changelog (symfony/finder@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/finder@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/finder@v7.1.6...v7.2.0-BETA1)

  • no significant changes

v7.1.10

Changelog (symfony/finder@v7.1.9...v7.1.10)

v7.1.6

Changelog (symfony/finder@v7.1.5...v7.1.6)

  • no significant changes
Commits
  • 87a7185 Merge branch '7.1' into 7.2
  • b8b526e Merge branch '6.4' into 7.1
  • 1d0e826 [Finder] Fix using == as default operator in DateComparator
  • 6de263e Remove always true/false occurrences
  • b98a9af Merge branch '7.1' into 7.2
  • 2cb8966 Merge branch '6.4' into 7.1
  • daea9ec Merge branch '5.4' into 6.4
  • 6374178 do not use assertCount() with generators
  • ebf4f31 Merge branch '7.1' into 7.2
  • 2a2f97f Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view

Updates symfony/mime from 7.1.5 to 7.2.1

Release notes

Sourced from symfony/mime's releases.

v7.2.1

Changelog (symfony/mime@v7.2.0...v7.2.1)

  • no significant changes

v7.2.0

Changelog (symfony/mime@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/mime@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/mime@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/mime@v7.1.6...v7.2.0-BETA1)

v7.1.10

Changelog (symfony/mime@v7.1.9...v7.1.10)

  • no significant changes

v7.1.6

Changelog (symfony/mime@v7.1.5...v7.1.6)

Commits
  • 7f9617f Merge branch '7.1' into 7.2
  • a426974 Merge branch '6.4' into 7.1
  • ea87c88 [Mime] Fix wrong PHPDoc in FormDataPart constructor
  • cc84a4b chore: fix some typos
  • f31946d [Mime] Update mime types
  • c73ca0f [Mime] Don't require passig the encoder name to TextPart
  • e57faea Merge branch '7.1' into 7.2
  • caa1e52 Merge branch '6.4' into 7.1
  • 1de1cf1 Merge branch '5.4' into 6.4
  • 8c1b9b3 [Mime] fix encoding issue with UTF-8 addresses containing doubles spaces
  • Additional commits viewable in compare view

Updates symfony/process from 7.1.5 to 7.2.0

Release notes

Sourced from symfony/process's releases.

v7.2.0

Changelog (symfony/process@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/process@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/process@v7.1.6...v7.2.0-BETA1)

v7.1.8

Changelog (symfony/process@v7.1.7...v7.1.8)

  • no significant changes

v7.1.7

Changelog (symfony/process@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/process@v7.1.5...v7.1.6)

  • no significant changes
Commits
  • d34b22b Merge branch '7.1' into 7.2
  • 4278337 Merge branch '6.4' into 7.1
  • 3cb242f Merge branch '5.4' into 6.4
  • 5d1662f normalize paths to avoid failures if a path is referenced by different names
  • 37f5c1f Merge branch '7.1' into 7.2
  • 9b8a40b Merge branch '6.4' into 7.1
  • 25214ad Merge branch '5.4' into 6.4
  • 0190687 [Process] Fix test
  • f2f5bb9 Merge branch '7.1' into 7.2
  • 66716d3 Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view

Updates symfony/service-contracts from 3.5.0 to 3.5.1

Commits
  • e53260a Merge branch '6.4' into 7.1
  • 465bd9d Merge branch '5.4' into 6.4
  • f37b419 Add PR template and auto-close PR on subtree split repositories
  • 2e21beb Merge branch '7.0' into 7.1
  • c345d73 Merge branch '5.4' into 6.4
  • fcc27e9 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • See full diff in compare view

Updates symfony/string from 7.1.5 to 7.2.0

Release notes

Sourced from symfony/string's releases.

v7.2.0

Changelog (symfony/string@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/string@v7.1.6...v7.2.0-BETA1)

v7.1.8

Changelog (symfony/string@v7.1.7...v7.1.8)

v7.1.6

Changelog (symfony/string@v7.1.5...v7.1.6)

  • no significant changes
Changelog

Sourced from symfony/string's changelog.

CHANGELOG

7.2

  • Add TruncateMode enum to handle more truncate methods
  • Add the AbstractString::kebab() method

7.1

  • Add localeLower(), localeUpper(), localeTitle() methods to AbstractUnicodeString

6.2

  • Add support for emoji in AsciiSlugger

5.4

  • Add trimSuffix() and trimPrefix() methods

5.3

  • Made AsciiSlugger fallback to parent locale's symbolsMap

5.2.0

  • added a FrenchInflector class

5.1.0

  • added the AbstractString::reverse() method
  • made AbstractString::width() follow POSIX.1-2001
  • added LazyString which provides memoizing stringable objects
  • The component is not marked as @experimental anymore
  • added the s() helper method to get either an UnicodeString or ByteString instance, depending of the input string UTF-8 compliancy
  • added $cut parameter to Symfony\Component\String\AbstractString::truncate()
  • added AbstractString::containsAny()
  • allow passing a string of custom characters to ByteString::fromRandom()

5.0.0

... (truncated)

Commits
  • 446e0d1 Merge branch '7.1' into 7.2
  • 591ebd4 Merge branch '6.4' into 7.1
  • 73a5e66 Merge branch '5.4' into 6.4
  • 136ca7d [String] Fix some spellings in EnglishInflector
  • 2055806 Remove always true/false occurrences
  • ae7e106 feature #58385 [String] Add the AbstractString::kebab() method (alexandre-d...
  • 8133473 [String] Add the AbstractString::kebab() method
  • 7b77fea Merge branch '7.1' into 7.2
  • 61b72d6 Merge branch '6.4' into 7.1
  • 38371c6 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates myclabs/deep-copy from 1.12.0 to 1.12.1

Release notes

Sourced from myclabs/deep-copy's releases.

1.12.1

What's Changed

New Contributors

Full Changelog: myclabs/DeepCopy@1.12.0...1.12.1

Commits

Updates nikic/php-parser from 5.3.1 to 5.4.0

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 5.4.0

Added

  • Added Property::isAbstract() and Property::isFinal() methods.
  • Added PropertyHook::isFinal() method.
  • Emit an error if property hook is used on declaration with multiple properties.

Fixed

  • Make legacy class aliases compatible with classmap-authoritative autoloader.
  • Param::isPromoted() and Param::isPublic() now returns true for parameters that have property hooks but no explicit visibility modifier.
  • PropertyHook::getStmts() now correctly desugars short set hooks. set => $value will be expanded to set { $this->propertyName = $value; }. This requires the propertyName attribute on the hook to be set, which is now also set by the parser. If the attribute is not set, getStmts() will throw an error for short set hooks, as it is not possible to produce a correct desugaring.
Changelog

Sourced from nikic/php-parser's changelog.

Version 5.4.0 (2024-12-30)

Added

  • Added Property::isAbstract() and Property::isFinal() methods.
  • Added PropertyHook::isFinal() method.
  • Emit an error if property hook is used on declaration with multiple properties.

Fixed

  • Make legacy class aliases compatible with classmap-...

    Description has been truncated

Bumps the minor-patch group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [composer/composer](https://github.com/composer/composer) | `2.8.1` | `2.8.4` |
| [symfony/console](https://github.com/symfony/console) | `7.1.5` | `7.2.1` |
| [twig/twig](https://github.com/twigphp/Twig) | `3.14.0` | `3.18.0` |
| [twig/html-extra](https://github.com/twigphp/html-extra) | `3.13.0` | `3.18.0` |
| [composer/ca-bundle](https://github.com/composer/ca-bundle) | `1.5.2` | `1.5.5` |
| [composer/class-map-generator](https://github.com/composer/class-map-generator) | `1.4.0` | `1.5.0` |
| [composer/pcre](https://github.com/composer/pcre) | `3.3.1` | `3.3.2` |
| [symfony/deprecation-contracts](https://github.com/symfony/deprecation-contracts) | `3.5.0` | `3.5.1` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `7.1.5` | `7.2.0` |
| [symfony/finder](https://github.com/symfony/finder) | `7.1.4` | `7.2.2` |
| [symfony/mime](https://github.com/symfony/mime) | `7.1.5` | `7.2.1` |
| [symfony/process](https://github.com/symfony/process) | `7.1.5` | `7.2.0` |
| [symfony/service-contracts](https://github.com/symfony/service-contracts) | `3.5.0` | `3.5.1` |
| [symfony/string](https://github.com/symfony/string) | `7.1.5` | `7.2.0` |
| [myclabs/deep-copy](https://github.com/myclabs/DeepCopy) | `1.12.0` | `1.12.1` |
| [nikic/php-parser](https://github.com/nikic/PHP-Parser) | `5.3.1` | `5.4.0` |


Updates `composer/composer` from 2.8.1 to 2.8.4
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md)
- [Commits](composer/composer@2.8.1...2.8.4)

Updates `symfony/console` from 7.1.5 to 7.2.1
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.2/CHANGELOG.md)
- [Commits](symfony/console@v7.1.5...v7.2.1)

Updates `twig/twig` from 3.14.0 to 3.18.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.14.0...v3.18.0)

Updates `twig/html-extra` from 3.13.0 to 3.18.0
- [Commits](twigphp/html-extra@v3.13.0...v3.18.0)

Updates `composer/ca-bundle` from 1.5.2 to 1.5.5
- [Release notes](https://github.com/composer/ca-bundle/releases)
- [Commits](composer/ca-bundle@1.5.2...1.5.5)

Updates `composer/class-map-generator` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/composer/class-map-generator/releases)
- [Commits](composer/class-map-generator@1.4.0...1.5.0)

Updates `composer/pcre` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/composer/pcre/releases)
- [Commits](composer/pcre@3.3.1...3.3.2)

Updates `symfony/deprecation-contracts` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/symfony/deprecation-contracts/releases)
- [Changelog](https://github.com/symfony/deprecation-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/deprecation-contracts@v3.5.0...v3.5.1)

Updates `symfony/filesystem` from 7.1.5 to 7.2.0
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.2/CHANGELOG.md)
- [Commits](symfony/filesystem@v7.1.5...v7.2.0)

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

Updates `symfony/mime` from 7.1.5 to 7.2.1
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.2/CHANGELOG.md)
- [Commits](symfony/mime@v7.1.5...v7.2.1)

Updates `symfony/process` from 7.1.5 to 7.2.0
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.2/CHANGELOG.md)
- [Commits](symfony/process@v7.1.5...v7.2.0)

Updates `symfony/service-contracts` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/symfony/service-contracts/releases)
- [Changelog](https://github.com/symfony/service-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/service-contracts@v3.5.0...v3.5.1)

Updates `symfony/string` from 7.1.5 to 7.2.0
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.2/CHANGELOG.md)
- [Commits](symfony/string@v7.1.5...v7.2.0)

Updates `myclabs/deep-copy` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/myclabs/DeepCopy/releases)
- [Commits](myclabs/DeepCopy@1.12.0...1.12.1)

Updates `nikic/php-parser` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/nikic/PHP-Parser/releases)
- [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v5.3.1...v5.4.0)

---
updated-dependencies:
- dependency-name: composer/composer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: twig/html-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: composer/ca-bundle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: composer/class-map-generator
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: composer/pcre
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: symfony/deprecation-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: symfony/finder
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: symfony/mime
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: symfony/process
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: symfony/service-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: symfony/string
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: myclabs/deep-copy
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: nikic/php-parser
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

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 Jan 13, 2025
Copy link

composer.lock

Package changes

Package Operation From To About
composer/ca-bundle upgrade 1.5.2 1.5.5 diff
composer/class-map-generator upgrade 1.4.0 1.5.0 diff
composer/composer upgrade 2.8.1 2.8.4 diff
composer/pcre upgrade 3.3.1 3.3.2 diff
symfony/console upgrade v7.1.5 v7.2.1 diff
symfony/deprecation-contracts upgrade v3.5.0 v3.5.1 diff
symfony/filesystem upgrade v7.1.5 v7.2.0 diff
symfony/finder upgrade v7.1.4 v7.2.2 diff
symfony/mime upgrade v7.1.5 v7.2.1 diff
symfony/process upgrade v7.1.5 ⚠️ v7.2.0 ✅ diff
symfony/service-contracts upgrade v3.5.0 v3.5.1 diff
symfony/string upgrade v7.1.5 v7.2.0 diff
twig/html-extra upgrade v3.13.0 v3.18.0 diff
twig/twig upgrade v3.14.0 ⚠️ v3.18.0 ✅ diff

Dev Package changes

Package Operation From To About
myclabs/deep-copy upgrade 1.12.0 1.12.1 diff
nikic/php-parser upgrade v5.3.1 v5.4.0 diff

Settings · Docs · Powered by Private Packagist

@alcohol alcohol enabled auto-merge (rebase) January 13, 2025 10:19
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.

1 participant