Skip to content

Commit 220ea2c

Browse files
committed
Set the composer php platform and requirement to the supported version in the GPM config
1 parent 9105123 commit 220ea2c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

core/components/tinymcerte/composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
],
1616
"config": {
1717
"platform": {
18-
"php": "7.4"
18+
"php": "5.6"
1919
}
2020
},
2121
"require": {
22-
"php": ">=7.4",
23-
"ext-json": "*"
22+
"php": ">=5.6",
23+
"ext-json": "*",
24+
"ext-pdo": "*"
2425
},
2526
"license": "GPL-2.0-or-later",
2627
"autoload": {

core/components/tinymcerte/composer.lock

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

0 commit comments

Comments
 (0)