Skip to content

Bump the composer group across 1 directory with 4 updates#1

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/composer-9eb47ff024
Open

Bump the composer group across 1 directory with 4 updates#1
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/composer-9eb47ff024

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2025

Copy link
Copy Markdown

Bumps the composer group with 4 updates in the / directory: doctrine/annotations, doctrine/cache, doctrine/common and twig/twig.

Updates doctrine/annotations from 1.1.2 to 1.2.7

Release notes

Sourced from doctrine/annotations's releases.

v1.2.6

Revert a small change from v1.2.5 that removed a check for the wrong reasons, nothing major but better now.

v1.2.5

Total issues resolved: 1

  • Make AnnotationReader PHP7 compatible by fixing code that checks for removed ini variable.

v1.2.4

Build Status

Total issues resolved: 1

v1.2.3

Build Status

Total issues resolved: 2

v1.2.2

Build Status

Total issues resolved: 4

v1.2.1

Build Status

Total issues resolved: 4

v1.2.0

Total issues resolved: 21 Build Status

... (truncated)

Commits
  • f25c8aa [DCOM-293] Fix security misconfiguration vulnerability that can allow local a...
  • f4a9170 Revert "Fix broken merge on Zend Opcache check."
  • 6eeadf5 Fix broken merge on Zend Opcache check.
  • 735b6c5 Merge pull request #59 from mpalourdio/opcache.load_comments
  • 0a706d3 Move classes with reserved keywords in a separate file and skip test for php 7
  • 10a0a9d Use PHP_VERSION_ID, and not PHP_VERSION
  • 0ab9972 Add PHP7 to the build matrix
  • 0eae200 opcache.load_comments has been removed from PHP 7
  • c8927ad Merge pull request #57 from stof/patch-1
  • ae5fbc0 Switch to the docker-based infrastructure on Travis
  • Additional commits viewable in compare view

Updates doctrine/cache from 1.3.0 to 1.5.4

Release notes

Sourced from doctrine/cache's releases.

v1.5.4

Total issues resolved: 1

v1.5.3

Total issues resolved: 5

v1.5.2

Total issues resolved: 3

v1.5.1

Build Status

Total issues resolved: 1

v1.5.0

Build Status

Total issues resolved: 9

v1.4.4

Build Status

Total issues resolved: 1

v1.4.3

Build Status

Total issues resolved: 3

... (truncated)

Commits
  • 47cdc76 Releasing 1.5.4
  • 7a9326b Merge pull request #128 from doctrine/hotfix/#127-fix-windows-php-bug-path-le...
  • f84dfe5 Add rigorous functional test for windows path length limit handling
  • 4b82214 Refactor path length & generation test in FileCacheTest
  • bf4899c Path length of 259 is also not possible due to php bug
  • 32bf046 Bumping to development release 1.5.4-DEV
  • 6ecaf07 Releasing 1.5.3
  • 492479e Merge pull request #126 from doctrine/hotfix/#113-testing-windows-file-path-l...
  • 3197628 Installation of APCu should happen manually, as 4.x should be used when deali...
  • 85667d3 Fix use of [] array initializer in backported test
  • Additional commits viewable in compare view

Updates doctrine/common from 2.4.1 to 2.5.3

Release notes

Sourced from doctrine/common's releases.

v2.5.3

Total issues resolved: 1

Build Status

v2.5.2

Release Notes - Doctrine Common - Version 2.5.2

Bug-fixes

Improvement

v2.5.0

Doctrine Common 2.5.0 Release

We are happy to announce the immediate availability of Doctrine Common 2.5.0.

Build Status

Installation

You can install this version of Doctrine Common by using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/common": "2.5.0"
    }
}

Changes since 2.4.x

This is a list of issues solved in 2.5.0 since 2.4.x:

Bug

  • DCOM-129 - Annotation parser matches colon after annotation
  • DCOM-151 - GH-233 [DocParser] Fix trying include classes if its must be ignored.
  • DCOM-162 - GH-244 return parameter for debug method
  • DCOM-168 - ignoredAnnotationNames doesn't work in Annotation loop
  • DCOM-175 - Proxies return private properties in __sleep, which is not supported by PHP.
  • DCOM-191 - Wrong inflection for "identity"
  • DCOM-212 - GH-296 Proxies shouldn't serialize static properties in __sleep()

... (truncated)

Commits
  • 10f1f19 2.5.3 release
  • e8768f6 Merge branch 'hotfix/#367-correct-symfony-file-locator-namespace-matching-2.5...
  • f70bfdd Add tests for Symfony file locator
  • 3e7dceb Fix how namespace matching happens in SymfonyFileLocator
  • 11b994b Bumping development version to 2.5.3-DEV
  • 311001f Release 2.5.2
  • cce91bc Merge tag 'v2.5.1' into 2.5
  • 53b9649 Merge branch 'hotfix/#384-correct-directory-to-namespace-conversion-in-file-l...
  • 486407c #384 - hardening comparisons to get rid of silly OS-specific sorting problems
  • 16d94cc #384 - hardening comparisons to get rid of silly OS-specific sorting problems
  • Additional commits viewable in compare view

Updates twig/twig from 1.15.0 to 1.36.0

Changelog

Sourced from twig/twig's changelog.

  • 1.36.0 (2018-12-16)

  • made sure twig_include returns a string

  • fixed multi-byte UFT-8 in escape('html_attr')

  • added the "deprecated" tag

  • added support for dynamically named tests

  • fixed GlobalsInterface extended class

  • fixed filesystem loader throwing an exception instead of returning false

  • 1.35.4 (2018-07-13)

  • ensured that syntax errors are triggered with the right line

  • added the Symfony ctype polyfill as a dependency

  • "js" filter now produces valid JSON

  • 1.35.3 (2018-03-20)

  • fixed block names unicity

  • fixed counting children of SimpleXMLElement objects

  • added missing else clause to avoid infinite loops

  • fixed .. (range operator) in sandbox policy

  • 1.35.2 (2018-03-03)

  • fixed a regression in the way the profiler is registered in templates

  • 1.35.1 (2018-03-02)

  • added an exception when using "===" instead of "same as"

  • fixed possible array to string conversion concealing actual error

  • made variable names deterministic in compiled templates

  • fixed length filter when passing an instance of IteratorAggregate

  • fixed Environment::resolveTemplate to accept instances of TemplateWrapper

  • 1.35.0 (2017-09-27)

  • added Twig_Profiler_Profile::reset()

  • fixed use TokenParser to return an empty Node

  • added RuntimeExtensionInterface

  • added circular reference detection when loading templates

  • 1.34.4 (2017-07-04)

  • added support for runtime loaders in IntegrationTestCase

  • fixed deprecation when using Twig_Profiler_Dumper_Html

  • 1.34.3 (2017-06-07)

  • fixed namespaces introduction

... (truncated)

Commits

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 4 updates in the / directory: [doctrine/annotations](https://github.com/doctrine/annotations), [doctrine/cache](https://github.com/doctrine/cache), [doctrine/common](https://github.com/doctrine/common) and [twig/twig](https://github.com/twigphp/Twig).


Updates `doctrine/annotations` from 1.1.2 to 1.2.7
- [Release notes](https://github.com/doctrine/annotations/releases)
- [Commits](doctrine/annotations@v1.1.2...v1.2.7)

Updates `doctrine/cache` from 1.3.0 to 1.5.4
- [Release notes](https://github.com/doctrine/cache/releases)
- [Commits](doctrine/cache@v1.3.0...v1.5.4)

Updates `doctrine/common` from 2.4.1 to 2.5.3
- [Release notes](https://github.com/doctrine/common/releases)
- [Commits](doctrine/common@v2.4.1...v2.5.3)

Updates `twig/twig` from 1.15.0 to 1.36.0
- [Changelog](https://github.com/twigphp/Twig/blob/v1.36.0/CHANGELOG)
- [Commits](twigphp/Twig@v1.15.0...v1.36.0)

---
updated-dependencies:
- dependency-name: doctrine/annotations
  dependency-version: 1.2.7
  dependency-type: indirect
  dependency-group: composer
- dependency-name: doctrine/cache
  dependency-version: 1.5.4
  dependency-type: indirect
  dependency-group: composer
- dependency-name: doctrine/common
  dependency-version: 2.5.3
  dependency-type: indirect
  dependency-group: composer
- dependency-name: twig/twig
  dependency-version: 1.36.0
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 5, 2025
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