We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b3719 commit 6b34d01Copy full SHA for 6b34d01
CHANGELOG.md
@@ -12,6 +12,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
12
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.4.12
13
- `rdfkafka` extension is now supported by PHP 8.1
14
- `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`
16
17
### Removed
18
composer.json
@@ -32,6 +32,9 @@
32
],
33
"prefer-stable": true,
34
"config": {
35
+ "platform": {
36
+ "php": "7.4.0"
37
+ },
38
"sort-packages": true,
39
"optimize-autoloader": true
40
}
0 commit comments