Skip to content

Commit

Permalink
added required PHP min version
Browse files Browse the repository at this point in the history
  • Loading branch information
MekDrop committed Oct 12, 2021
1 parent 669a96b commit d15a67b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
},
"require": {
"symfony/polyfill-php80": "^1.23"
"symfony/polyfill-php80": "^1.23",
"php": ">7.1"
}
}

0 comments on commit d15a67b

Please sign in to comment.