Skip to content

[PhpUnitBridge] Fix CS #61089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 8.0
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT

Now that the phpunit-bridge supports php 8.1 minimum, we can \o/

Side question: what about doing the bump to php >= 8.1 on branch 7.4 instead of waiting for 8.0?

@nicolas-grekas
Copy link
Member Author

Closing in favor of #61090
I'll reopen if we decide to not bump on 7.4

nicolas-grekas added a commit that referenced this pull request Jul 21, 2025
This PR was merged into the 7.4 branch.

Discussion
----------

[PhpUnitBridge] Bump v7.4 to PHP >= 8.1

| Q             | A
| ------------- | ---
| Branch?       | 7.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | -
| License       | MIT

Instead of #61089?

Since our lowest maintained branch (6.4) supports PHP >= 8.1 now.

```diff
--- a/src/Symfony/Bridge/PhpUnit/composer.json
+++ b/src/Symfony/Bridge/PhpUnit/composer.json
@@ -18,17 +18,13 @@
         }
     ],
     "require": {
-        "php": ">=7.2.5 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
+        "php": ">=8.1.0 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
         "php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
-        "php": ">=7.2.5"
+        "php": ">=8.1.0"
     },
```

Commits
-------

d1ffdb9 [PhpUnitBridge] Bump v7.4 to PHP >= 8.1
@nicolas-grekas nicolas-grekas deleted the pub-cs branch July 21, 2025 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy