Skip to content

Commit 6b34d01

Browse files
committed
add platform to composer.json
1 parent a8b3719 commit 6b34d01

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
1212
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.4.12
1313
- `rdfkafka` extension is now supported by PHP 8.1
1414
- `bin/devkit.php` is made available into the Composer `bin-dir`
15+
- Add [platform](https://getcomposer.org/doc/06-config.md#platform) to `composer.json`
1516

1617
### Removed
1718

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
],
3333
"prefer-stable": true,
3434
"config": {
35+
"platform": {
36+
"php": "7.4.0"
37+
},
3538
"sort-packages": true,
3639
"optimize-autoloader": true
3740
}

0 commit comments

Comments
 (0)