Skip to content

Commit

Permalink
chore: initialize config.platform.php with PHP 8.1 (#100)
Browse files Browse the repository at this point in the history
Set the `config.platform.php` key in `composer.json` to initialize with
PHP version 8.1. This ensures Composer assumes the specified PHP version
for the project's platform.

Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor authored Dec 25, 2023
1 parent 7d7e3c6 commit 7bbba89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
},
"platform": {
"php": "8.1"
}
},
"minimum-stability": "stable",
Expand Down
5 changes: 4 additions & 1 deletion composer.lock

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

0 comments on commit 7bbba89

Please sign in to comment.