Skip to content

Commit

Permalink
Lock dependencies to PHP 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Mar 30, 2022
1 parent e0bd981 commit f3767ed
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 19 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.4.0",
"symfony/console": "^4.4.13",
"symfony/process": "^4.4.13",
"guzzlehttp/guzzle": "^7.0.1",
Expand All @@ -30,11 +30,13 @@
"post-install-cmd": [
"composer bin box config minimum-stability dev",
"composer bin box config prefer-stable true",
"composer bin box config platform.php 7.4.0",
"composer bin box require --dev --no-progress humbug/box"
],
"post-update-cmd": [
"composer bin box config minimum-stability dev",
"composer bin box config prefer-stable true",
"composer bin box config platform.php 7.4.0",
"composer bin box require --dev --no-progress humbug/box"
]
},
Expand All @@ -43,6 +45,9 @@
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
},
"platform": {
"php": "7.4.0"
}
}
}
41 changes: 23 additions & 18 deletions composer.lock

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

0 comments on commit f3767ed

Please sign in to comment.