Skip to content

Commit 2d9bf26

Browse files
committed
Require PHP 7.1+
1 parent 275c562 commit 2d9bf26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# html_build_attributes
22

3-
> PHP 5 >= 5.4, PHP 7, PHP 8
3+
> PHP 7 >= 7.1, PHP 8
44
55
Generate a string of HTML attributes.
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"templating"
1616
],
1717
"require": {
18-
"php": ">=5.4.0",
18+
"php": ">=7.1.0",
1919
"ext-json": "*"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)