Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 79
    • Issues 79
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • services
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Issues
  • #436
Closed
Open
Created Mar 11, 2020 by Alex Nostadt@ano🇩🇪Contributor0 of 1 task completed0/1 task

Integrate PHP Filter

Problem to solve

Currently one cannot filter by a certain PHP Version. However, perhaps I need an extension which supports an older PHP Version because it's for whatever reason impossible to upgrade T3 right now or I do want ext. only which support latest PHP version.

Further details

Integrator can search more easily for extensions which meets the PHP requirement of a certain T3 instance.

Proposal

A new filter on the left, just like T3 LTS.

Which PHP versions to show?

I can imagine two ways of which the first is more easy to implement:

  • a static list with PHP versions (5.6, 7.0, 7.1, ...)
  • determined based on the dependencies by the ext.
    • most likely we will end with a huge list of php versions. So, to reduce that the versions could be trimmed to 5.6, 7.0, 7.1, ... So, the static list would be a dynamic list. I would update the dynamic list once a (new) extension version is uploaded. Currently that's only via the Website possible I think.

What does success look like, and how can we measure that?

Acceptence Criterias

  • There is a working PHP filter

There might be more. Depending on how the PHP filter should be managed.

Links / references

Edited Feb 15, 2021 by Thomas Löffler
Assignee
Assign to
Time tracking