Commit 5e429dd
authored
chore: bump phpunit/phpunit to ^12.5.22 (#4585)
Unblocks composer install on flarum/testing consumers: the PHPUnit 11.x
line has no fix for GHSA-qrr6-mg7r-m243 (PKSA-5jz8-6tcw-pbk4), so every
11.x version is filtered by Composer's advisory check.
PHPUnit 12 requires PHP 8.3+, which matches the 2.x floor. Flarum's own
test suites already use PHP 8 attributes exclusively; third-party
extensions still using @test / @dataProvider docblock annotations will
need to migrate.
Closes #45841 parent ef3a376 commit 5e429dd
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments