Skip to content

Commit f3767ed

Browse files
committed
Lock dependencies to PHP 7.4.0
1 parent e0bd981 commit f3767ed

2 files changed

Lines changed: 29 additions & 19 deletions

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.2",
13+
"php": ">=7.4.0",
1414
"symfony/console": "^4.4.13",
1515
"symfony/process": "^4.4.13",
1616
"guzzlehttp/guzzle": "^7.0.1",
@@ -30,11 +30,13 @@
3030
"post-install-cmd": [
3131
"composer bin box config minimum-stability dev",
3232
"composer bin box config prefer-stable true",
33+
"composer bin box config platform.php 7.4.0",
3334
"composer bin box require --dev --no-progress humbug/box"
3435
],
3536
"post-update-cmd": [
3637
"composer bin box config minimum-stability dev",
3738
"composer bin box config prefer-stable true",
39+
"composer bin box config platform.php 7.4.0",
3840
"composer bin box require --dev --no-progress humbug/box"
3941
]
4042
},
@@ -43,6 +45,9 @@
4345
"config": {
4446
"allow-plugins": {
4547
"bamarni/composer-bin-plugin": true
48+
},
49+
"platform": {
50+
"php": "7.4.0"
4651
}
4752
}
4853
}

composer.lock

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

0 commit comments

Comments
 (0)