Skip to content

Commit

Permalink
Set php version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
enobrev committed Mar 20, 2019
1 parent 8daa945 commit 7033fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"config": {
"platform": {
"php": "7.1"
"php": "7.2"
},
"sort-packages": true
},
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"php": ">=7.1.0",
"php": ">=7.2",
"ext-json": "*",
"adbario/php-dot-notation": "^2.2",
"monolog/monolog": "^1.21",
Expand Down

0 comments on commit 7033fd6

Please sign in to comment.