Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
382ce6c
Bump minimum PHP version to 7.4 in composer.json
westonruter May 8, 2026
e9ce2ca
Bump PHPCS testVersion to 7.4-
westonruter May 8, 2026
2a5cc3f
Bump plugin header Requires PHP from 7.2 to 7.4
westonruter May 8, 2026
872f9c5
Drop PHP 7.2 and 7.3 from the unit-test matrix
westonruter May 8, 2026
0e0671f
Update CONTRIBUTING.md and AGENTS.md to reference PHP 7.4
westonruter May 8, 2026
619d91b
Update phpstan.neon.dist comment to reference PHP 7.4
westonruter May 8, 2026
cd44261
Drop PHP 7.2/7.3 array_merge empty-input guard
westonruter May 8, 2026
04e1f38
Reindent speculation-rules heredoc closer using PHP 7.3+ flexible her…
westonruter May 8, 2026
6017bd9
Allow @var docblocks alongside native property type hints
westonruter May 8, 2026
6d94c56
Add native typed properties to OD_HTML_Tag_Processor
westonruter May 8, 2026
2eb0730
Add native typed properties to OD_URL_Metric_Group
westonruter May 8, 2026
3dee81d
Add native typed properties to OD_URL_Metric_Group_Collection
westonruter May 8, 2026
2565e27
Add native typed properties to OD_Tag_Visitor_Context
westonruter May 8, 2026
500ece2
Add native typed properties to OD_Template_Optimization_Context
westonruter May 8, 2026
0c35e17
Add native typed properties to OD_URL_Metric_Store_Request_Context
westonruter May 8, 2026
65cb28c
Add native typed properties to OD_URL_Metric
westonruter May 8, 2026
7f02300
Add native typed properties to OD_Element
westonruter May 8, 2026
d7dc8e0
Add native typed properties to small OD classes
westonruter May 8, 2026
1b6b942
Add native typed properties to image-prioritizer tag visitors
westonruter May 8, 2026
2f0fc6d
Add native typed property to Embed_Optimizer_Tag_Visitor
westonruter May 8, 2026
a8b58ae
Add native typed property to PLSR_URL_Pattern_Prefixer
westonruter May 8, 2026
5260154
Add native typed properties to performance-lab server-timing classes
westonruter May 8, 2026
2aea571
Add native typed properties to view-transitions classes
westonruter May 8, 2026
6a0ce79
Require native property type hints across plugin source
westonruter May 8, 2026
8f3b90a
Convert single-expression closures to arrow functions in optimization…
westonruter May 8, 2026
884f24f
Convert single-expression closures to arrow functions in performance-lab
westonruter May 8, 2026
74a704e
Convert single-expression closures to arrow functions in image-priori…
westonruter May 8, 2026
1ae6374
Convert single-expression closure to arrow function in speculation-rules
westonruter May 8, 2026
f6cb8a2
Convert single-expression closures to arrow functions in web-worker-o…
westonruter May 8, 2026
200b0cc
Convert single-expression closure to arrow function in view-transitions
westonruter May 8, 2026
71430b3
Simplify boolean logic in plvt_register_view_transition_animations()
westonruter May 8, 2026
ea9906a
Remove redundant type hint
westonruter May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump minimum PHP version to 7.4 in composer.json
Updates the composer require constraint and the config.platform.php
override so dependencies resolve against PHP 7.4 as the floor.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
  • Loading branch information
westonruter and claude committed May 8, 2026
commit 382ce6c09b502143167eb21eb020d24c3a365177
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"issues": "https://github.com/WordPress/performance/issues"
},
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-json": "*"
},
"suggest": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"composer/installers": true
},
"platform": {
"php": "7.2"
"php": "7.4"
}
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.