require PHP version
This commit is contained in:
parent
7b57cb4ee1
commit
51bb73ffdf
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue