require PHP version

This commit is contained in:
Joby Elliott 2018-08-23 21:53:26 -06:00
parent 7b57cb4ee1
commit 51bb73ffdf

View file

@ -2,7 +2,9 @@
"name": "byjoby/html-object-strings",
"description": "Abstraction layer for constructing arbitrary HTML tags in PHP",
"type": "library",
"require": {},
"require": {
"php": ">-7.1"
},
"license": "MIT",
"authors": [{
"name": "Joby Elliott",