Skip to content

Commit bcc4def

Browse files
louwie17claude
andcommitted
Pin Composer platform to PHP 7.4 to match CI
Adds platform.php 7.4.0 to composer.json config so dependency resolution always targets the minimum supported PHP version, and regenerates the lock file — downgrading doctrine/instantiator from 2.1.0 (requires PHP ^8.4) to 1.5.0 (supports PHP 7.x). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent be353c6 commit bcc4def

2 files changed

Lines changed: 20 additions & 13 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"allow-plugins": {
1919
"dealerdirect/phpcodesniffer-composer-installer": true
2020
},
21+
"platform": {
22+
"php": "7.4.0"
23+
},
2124
"audit": {
2225
"ignore": {
2326
"PKSA-5jz8-6tcw-pbk4": "PHPUnit is a test-only dev dependency; advisory does not affect production code paths.",

composer.lock

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)