Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #14152
Closed
Open
Issue created Nov 30, 2022 by Administrator@rootContributor

[php] PHP 7.4 end of life

Created by: ybelenko

It's me again 🤣 PHP 7.4 reached end of life at 28 Nov 2022

End of life - A release that is no longer supported. Users of this release should upgrade as soon as possible, as they may be exposed to unpatched security vulnerabilities.

PHP: Supported Versions:

  • 7.4 until 28 Nov 2022
  • 8.0 until 26 Nov 2023
  • 8.1 until 26 Nov 2024

It seems that we need to change minimum PHP version to php: ^8.0 in all php generators. We should not only change composer requirement, but check with extra caution that Composer actually can resolve all the deps under PHP 8.0. In other words check that generator builds and actually works.

Current Requirements:

Generator PHP version
php client ^7.4 || ^8.0
Laravel server >= 7.2.5
Lumen server >= 7.2.5
Slim4 server ^7.4 || ^8.0
Symfony server >=7.4.0|>=8.0.2
php-mezzio-ph server ^ 7.3 || ^8.0
php-mezzio-ph-modern server ^8.0
php-dt client ^7.3 || ^8.0
php-dt-modern client ^8.0

cc @jebentier @dkarlovi @mandrean @jfastnacht @renepardon cc @Articus as author of php-mezzio-ph, php-mezzio-ph-modern, php-dt client, php-dt-modern client

Assignee
Assign to
Time tracking