Skip to content

Commit

Permalink
upped the php version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enobrev committed Mar 24, 2022
1 parent ecb778f commit 9a9e1b7
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 @@ -12,7 +12,7 @@
],
"config": {
"platform": {
"php": "7.4"
"php": "8.1"
},
"sort-packages": true
},
Expand All @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.1",
"ext-json": "*",
"adbario/php-dot-notation": "2.x-dev",
"doctrine/inflector": "^2.0",
Expand Down

0 comments on commit 9a9e1b7

Please sign in to comment.