temporalio / temporalio/sdk-php

[Chore] Drop old packages support

Open
#698 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
PHP
Stars
421
Forks
64
Avg merge
1d 1h
Merged PRs (30d)
11

Description

  "internal/promise": "^2.12 || ^3.4",
  "nesbot/carbon": "^2.72.6 || ^3.8.4",
  "symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0 || ^8.0",
  "symfony/http-client": "^5.4.49 || ^6.4.17 || ^7.0 || ^8.0",
  "symfony/process": "^5.4.47 || ^6.4.15 || ^7.0 || ^8.0"

Drop support of the packages above that support PHP >7 or >8.0, leave only minimal bounds that meet our requirements >8.1

So candidates to be removed:

  • internal/promise: ^2.12
  • nesbot/carbon: ^2.72.6
  • symfony/filesystem: ^5.4.45
  • symfony/http-client: ^5.4.49
  • symfony/process: ^5.4.47

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the dependency declaration containing the five packages listed in the issue. Compare each constraint with the stated PHP 8.1 requirement, remove the obsolete lower bounds, and verify that the resulting dependency configuration and project checks still pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
build-system
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.