Skip to content

Commit

Permalink
Merge pull request #578 from ergebnis/fix/version
Browse files Browse the repository at this point in the history
Fix: Require PHP 7.2 for tools
  • Loading branch information
ergebnis-bot committed Oct 21, 2020
2 parents 2a56c49 + 9c13c3f commit d41dfa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/composer.json
@@ -1,6 +1,6 @@
{
"require": {
"php": "^7.1"
"php": "^7.2"
},
"require-dev": {
"ergebnis/license": "~1.0.0",
Expand All @@ -10,7 +10,7 @@
},
"config": {
"platform": {
"php": "7.1.33"
"php": "7.2.33"
},
"preferred-install": "dist",
"sort-packages": true
Expand Down
6 changes: 3 additions & 3 deletions tools/composer.lock

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

0 comments on commit d41dfa2

Please sign in to comment.