Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
  • cms
  • composer.lock
Find file Blame History Permalink
  • bfr's avatar
    [TASK] Update to psr/container v1.1 · d66303db
    bfr authored Mar 08, 2021 and Benni Mack's avatar Benni Mack committed Mar 08, 2021
    The v1.1 interface adds support for parameter
    type declarations.
    
    Also mark as psr/container v2 compatible as we add
    the `bool` return type annoation for `has()` right away.
    (yes that is compatible with the v1.1 interface,
    although it doesn't contain a return type declaration)
    
    This is not yet testable against psr/container v2,
    but will show up in nightly composer-max stages
    once symfony/dependency-injection is released
    with support for psr/container v2.
    
    Commands used:
      composer require "psr/container:^1.1 || ^2.0"
      composer require "psr/container:^1.1 || ^2.0" \
        --no-update -d typo3/sysext/core
    
    Releases: master
    Resolves: #93681
    Change-Id: Ia0e5024bae0a05ae72b83964233d449b63896440
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68256
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarcore-ci <typo3@b13.com>
    Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: default avatarBenni Mack <benni@typo3.org>
    Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: default avatarBenni Mack <benni@typo3.org>
    d66303db